fix: 赠送单开商品处理
This commit is contained in:
parent
6c940850cb
commit
ce108efa97
|
|
@ -367,7 +367,7 @@ public class OrderService {
|
|||
List<TbCashierCart> list = cashierCartMapper.selectALlByMasterId(masterId, "create");
|
||||
TbCashierCart cashierCart = null;
|
||||
if (type.equals("edit")) {
|
||||
cashierCart = getCashierInfo(shopId, skuId, productId, tableId, masterId, shopEatTypeInfoDTO, cartId, isGift);
|
||||
cashierCart = getCashierInfo(shopId, skuId, productId, tableId, masterId, shopEatTypeInfoDTO, cartId, null);
|
||||
if (cashierCart == null) {
|
||||
needNew = true;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue