diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/service/CartService.java b/src/main/java/com/chaozhanggui/system/cashierservice/service/CartService.java index 3f4c1b8..e0e91cf 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/service/CartService.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/service/CartService.java @@ -303,7 +303,7 @@ public class CartService { } boolean isSeatCart = "-999".equals(productId); - ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(tableId, shopId); + ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.getEatModel(tableId, shopId); String tableCartKey = RedisCst.getTableCartKey(shopId, tableId, userId); // 检查客座费并设置 checkSeatInfo(shopEatTypeInfoDTO, tableId, userId);