From 4d9ea3716b64e5c3dd7100d8221c734af65d69a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E5=9B=BD=E4=B8=9C?= Date: Thu, 23 Mar 2023 10:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9F=A5=E8=AF=A2=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/user/SysUserMapper.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inventory-dao/src/main/resources/mapper/user/SysUserMapper.xml b/inventory-dao/src/main/resources/mapper/user/SysUserMapper.xml index 5971fc7..8a47879 100644 --- a/inventory-dao/src/main/resources/mapper/user/SysUserMapper.xml +++ b/inventory-dao/src/main/resources/mapper/user/SysUserMapper.xml @@ -948,7 +948,7 @@ LEFT JOIN ListPerform sp ON sp.`ListPerformId` = lf.`SupClassId` WHERE su.`UserType` = '政府用户' - and FIND_IN_SET(#{areaCode},su.area_code) + and FIND_IN_SET(#{areaCode},su.area_path) and su.State = #{State} @@ -1250,8 +1250,6 @@ and su.State = #{State} - - AND (su.`ChinaName` LIKE #{condition} OR su.`SysUserName` LIKE #{condition}) AND su.SysUnitOrEntId = #{unitId} ORDER BY lf.SysLevel asc,lf.SortId asc