From b96cf66a3eb6a39009ee5b7e2483ba54e43a7b61 Mon Sep 17 00:00:00 2001 From: renzexin Date: Fri, 23 Aug 2024 15:57:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=89=B9=E9=87=8F=E6=B4=BE=E5=8D=95=20?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E4=B8=9A=E5=8A=A1=E5=91=98=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/SysUserMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chushang-modules/chushang-module-system/system-service/src/main/resources/mapper/SysUserMapper.xml b/chushang-modules/chushang-module-system/system-service/src/main/resources/mapper/SysUserMapper.xml index 184257a..ee75be6 100644 --- a/chushang-modules/chushang-module-system/system-service/src/main/resources/mapper/SysUserMapper.xml +++ b/chushang-modules/chushang-module-system/system-service/src/main/resources/mapper/SysUserMapper.xml @@ -90,6 +90,10 @@ AND u.username like concat('%',#{listUser.username},'%') + + AND u.nick_name like concat('%',#{listUser.nickName},'%') + + AND d.dept_id = #{listUser.deptId}