就餐人数获取修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user