From af74c4337400ae9c4ddca67ed647787350c291cb Mon Sep 17 00:00:00 2001 From: SongZhang <2064194730@qq.com> Date: Thu, 26 Sep 2024 09:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AB=E5=8F=B7=E5=88=97=E8=A1=A8=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E6=9F=A5=E8=AF=A20,1=E7=8A=B6=E6=80=81?= 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 3a50e9f0..9b8a680c 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 @@ -492,6 +492,7 @@ public class TbCallServiceImpl implements TbCallService { .eq(TbCallQueue::getShopId, shopId) .eq(TbCallQueue::getCreateDay, DateUtil.today()) .in(TbCallQueue::getCallTableId, tableIds); + state = null; if (state != null) { query.eq(TbCallQueue::getState, state); }else {