From f70d26252cb23f1c8cd1cf7bc9b13d5dd8eab2df Mon Sep 17 00:00:00 2001 From: liux <963924687@qq.com> Date: Wed, 19 Nov 2025 15:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E6=94=B6=E6=94=AF=E6=80=BB?= =?UTF-8?q?=E6=B1=87=E5=88=A0=E9=99=A4=E4=BA=BA=E5=91=98=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/report/AccReportMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/report/AccReportMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/report/AccReportMapper.xml index 8aac765..54ba599 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/report/AccReportMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/report/AccReportMapper.xml @@ -166,7 +166,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join sys_dept sd on su.dept_id = sd.dept_id where - 1 = 1 + 1 = 1 and su.del_flag = '0' and su.dept_id in @@ -202,7 +202,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join sys_dept sd on su.dept_id = sd.dept_id where - 1 = 1 + 1 = 1 and su.del_flag ='0' and su.dept_id in @@ -230,7 +230,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" awi.user_id ) a on a.user_id = su.user_id where - 1 = 1 + 1 = 1 and su.del_flag ='0' and su.dept_id in @@ -251,4 +251,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" order by outcome desc - \ No newline at end of file +