From ad57dee52e0af660cb90f87e8ad9523ab151eafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E5=9B=BD=E4=B8=9C?= Date: Fri, 9 Dec 2022 14:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=83=A8=E9=97=A8=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/user/SysUserMapper.xml | 29 ++++++++++++++++--- .../rzyc/controller/PcPersonalController.java | 20 ++++++++++++- 2 files changed, 44 insertions(+), 5 deletions(-) diff --git a/inventory-dao/src/main/resources/mapper/user/SysUserMapper.xml b/inventory-dao/src/main/resources/mapper/user/SysUserMapper.xml index 5a0ecad..a6e95b9 100644 --- a/inventory-dao/src/main/resources/mapper/user/SysUserMapper.xml +++ b/inventory-dao/src/main/resources/mapper/user/SysUserMapper.xml @@ -10,6 +10,8 @@ + + @@ -110,10 +112,21 @@ - SysUserId, UserType, SortId, OrgCode, SysUnitOrEntId, SysDeptId, SysUnitOrEntName, + SysUserId, UserType, SortId, OrgCode, + area_code, + area_path, + area_name, + SysUnitOrEntId, + unit_path, + unit_path_name, + SysDeptId, SysUnitOrEntName, SysDeptName, SysUserName, SysPassword, UserRoles, ChinaName, Description, PinYin, IDCard, SysSex, Birthplace, Birthday, HealthStatus, SysPhoto, EducationLevel, SysFamily, - Marriage, Duration, SysTitle, OfficeTel, MobileTel, Email, QQInter, WeixinInter, + Marriage, Duration, + SysTitle, + post_path, + post_name, + OfficeTel, MobileTel, Email, QQInter, WeixinInter, ModifiedBy, ModifiedOn, CreatedBy, CreatedOn