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 +