From be7dc25a1d8ce7bf07e95e8bc8f8fa4bb74b41b2 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Mon, 13 Oct 2025 14:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20SysDeptServiceImpl.java=20?= =?UTF-8?q?=E4=B8=AD=E6=96=B9=E6=B3=95=E7=9A=84=E6=A0=BC=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/system/SysUserMapper.xml | 35 +++---------------- 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/bonus-modules/bonus-system/src/main/resources/mapper/system/SysUserMapper.xml b/bonus-modules/bonus-system/src/main/resources/mapper/system/SysUserMapper.xml index 168ec24..1ef1a08 100644 --- a/bonus-modules/bonus-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/bonus-modules/bonus-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -10,10 +10,8 @@ - - @@ -58,8 +56,6 @@ u.dept_id as companyId, u.user_name, u.nick_name, - u.email, - u.avatar, u.phonenumber, u.password, u.sex, @@ -94,7 +90,7 @@ - select distinct u.user_id, u.dept_id, u.user_name, u.nick_name, u.email, u.phonenumber, u.status, u.create_time,u.is_built_in + select distinct u.user_id, u.dept_id, u.user_name, u.nick_name, u.phonenumber, u.status, u.create_time,u.is_built_in from sys_user u left join sys_dept d on u.dept_id = d.dept_id left join sys_user_role ur on u.user_id = ur.user_id @@ -191,7 +187,7 @@ - + -