排号获取桌型列表fix
This commit is contained in:
@@ -310,6 +310,7 @@ public class TbCallServiceImpl implements TbCallService {
|
||||
Long totalCount = 0L;
|
||||
for (TbCallTable item : pageInfo.getRecords()) {
|
||||
LambdaQueryChainWrapper<TbCallQueue> q = callQueueService.lambdaQuery()
|
||||
.eq(TbCallQueue::getCallTableId, item.getId())
|
||||
.eq(TbCallQueue::getCreateDay, DateUtil.today())
|
||||
.in(TbCallQueue::getState, 0, 1);
|
||||
Long count = q.count();
|
||||
|
||||
Reference in New Issue
Block a user