不统计顺延的桌号
This commit is contained in:
@@ -435,9 +435,8 @@ public class TbCallServiceImpl implements TbCallService {
|
|||||||
LambdaQueryChainWrapper<TbCallQueue> q = callQueueService.lambdaQuery()
|
LambdaQueryChainWrapper<TbCallQueue> q = callQueueService.lambdaQuery()
|
||||||
.eq(TbCallQueue::getCallTableId, item.getId())
|
.eq(TbCallQueue::getCallTableId, item.getId())
|
||||||
.eq(TbCallQueue::getShopId, shopId)
|
.eq(TbCallQueue::getShopId, shopId)
|
||||||
.notIn(TbCallQueue::getIsPostpone, 1, 2)
|
|
||||||
.eq(TbCallQueue::getCreateDay, DateUtil.today())
|
.eq(TbCallQueue::getCreateDay, DateUtil.today())
|
||||||
.in(TbCallQueue::getState, 0, 1, 3);
|
.in(TbCallQueue::getState, 0, 1);
|
||||||
Long count = q.count();
|
Long count = q.count();
|
||||||
|
|
||||||
totalCount += count;
|
totalCount += count;
|
||||||
|
|||||||
Reference in New Issue
Block a user