列表不查询挂单商品
This commit is contained in:
parent
ce001560cb
commit
5d665893f2
|
|
@ -689,7 +689,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
|||
Integer size, Integer shopId, String masterId, String useType) {
|
||||
ShopEatTypeInfoDTO shopEatTypeInfoDTO = checkEatModel(shopId, tableId);
|
||||
LambdaQueryWrapper<TbCashierCart> queryWrapper = new LambdaQueryWrapper<TbCashierCart>()
|
||||
.in(TbCashierCart::getStatus, "create", "return")
|
||||
.in(TbCashierCart::getStatus, "create")
|
||||
.eq(TbCashierCart::getShopId, shopId)
|
||||
.eq(TbCashierCart::getUseType, useType)
|
||||
.and(q -> q.eq(TbCashierCart::getMasterId, masterId).or().isNull(TbCashierCart::getMasterId));
|
||||
|
|
|
|||
Loading…
Reference in New Issue