叫号报错fix

This commit is contained in:
SongZhang 2024-09-14 16:48:54 +08:00
parent 54e2bd1651
commit b9562194b6
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ public class TbCallServiceImpl implements TbCallService {
TbCallQueue callQueue = callQueueService.lambdaQuery() TbCallQueue callQueue = callQueueService.lambdaQuery()
.notIn(TbCallQueue::getState, -1, 2) .notIn(TbCallQueue::getState, -1, 2)
.eq(TbCallQueue::getCreateDay, DateUtil.today()) .eq(TbCallQueue::getCreateDay, DateUtil.today())
.eq(TbCallQueue::getId, callQueueDTO.getCallQueueId())
.eq(TbCallQueue::getShopId, callQueueDTO.getShopId()) .eq(TbCallQueue::getShopId, callQueueDTO.getShopId())
.one(); .one();