叫号报错fix
This commit is contained in:
parent
54e2bd1651
commit
b9562194b6
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue