就餐人数获取修改

This commit is contained in:
2024-09-27 14:40:15 +08:00
parent 7bd9f8e97b
commit 9b890a5bc2

View File

@@ -896,7 +896,7 @@ public class ProductService {
Integer userId = TokenUtil.getUserId();
TbCashierCart tbCashierCart = getSeatCartInfo(choseCountDTO, userId, shopEatTypeInfoDTO);
TbCashierCart tbCashierCart = getSeatCartInfo(choseCountDTO.getShopId(), choseCountDTO.getTableId(), userId, shopEatTypeInfoDTO);
if (tbCashierCart == null) {
tbCashierCart = new TbCashierCart();