就餐人数获取修改
This commit is contained in:
@@ -896,7 +896,7 @@ public class ProductService {
|
|||||||
|
|
||||||
Integer userId = TokenUtil.getUserId();
|
Integer userId = TokenUtil.getUserId();
|
||||||
|
|
||||||
TbCashierCart tbCashierCart = getSeatCartInfo(choseCountDTO, userId, shopEatTypeInfoDTO);
|
TbCashierCart tbCashierCart = getSeatCartInfo(choseCountDTO.getShopId(), choseCountDTO.getTableId(), userId, shopEatTypeInfoDTO);
|
||||||
|
|
||||||
if (tbCashierCart == null) {
|
if (tbCashierCart == null) {
|
||||||
tbCashierCart = new TbCashierCart();
|
tbCashierCart = new TbCashierCart();
|
||||||
|
|||||||
Reference in New Issue
Block a user