fix: 获取购物车修改
This commit is contained in:
@@ -1126,7 +1126,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||
}
|
||||
queryWrapper.eq(TbCashierCart::getTableId, createOrderDTO.getTableId());
|
||||
} else {
|
||||
queryWrapper.isNull(TbCashierCart::getTableId);
|
||||
queryWrapper.and(q -> q.isNull(TbCashierCart::getTableId).or().eq(TbCashierCart::getTableId, ""));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user