fix: 台桌查询修改

This commit is contained in:
张松
2024-12-20 09:56:14 +08:00
parent 2d52e2651b
commit d6e1b048f8

View File

@@ -926,8 +926,8 @@ public class TbShopTableServiceImpl implements TbShopTableService {
.multiply(removeCartDTO.getNum())); .multiply(removeCartDTO.getNum()));
} }
ShopEatTypeInfoDTO shopEatTypeInfoDTO = checkEatModel(cashierCart.getShopId(), cashierCart.getTableId()); // ShopEatTypeInfoDTO shopEatTypeInfoDTO = checkEatModel(cashierCart.getShopId(), cashierCart.getTableId());
checkTakeOutEmptyAndClear(cashierCart, shopEatTypeInfoDTO); // checkTakeOutEmptyAndClear(cashierCart, shopEatTypeInfoDTO);
} }