From b9562194b6bf48b32632bba478a12b561a9bdd33 Mon Sep 17 00:00:00 2001 From: SongZhang <2064194730@qq.com> Date: Sat, 14 Sep 2024 16:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AB=E5=8F=B7=E6=8A=A5=E9=94=99fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/ysk/cashier/service/impl/app/TbCallServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/app/TbCallServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/app/TbCallServiceImpl.java index d5f56507..c1806d66 100644 --- a/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/app/TbCallServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/app/TbCallServiceImpl.java @@ -190,6 +190,7 @@ public class TbCallServiceImpl implements TbCallService { TbCallQueue callQueue = callQueueService.lambdaQuery() .notIn(TbCallQueue::getState, -1, 2) .eq(TbCallQueue::getCreateDay, DateUtil.today()) + .eq(TbCallQueue::getId, callQueueDTO.getCallQueueId()) .eq(TbCallQueue::getShopId, callQueueDTO.getShopId()) .one();