Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
c3c16131
Commit
c3c16131
authored
Sep 05, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户信息新增 ldap 机构信息
parent
608e0f3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
SysUserMapper.xml
...yifu-upms-biz/src/main/resources/mapper/SysUserMapper.xml
+1
-6
No files found.
yifu-upms/yifu-upms-biz/src/main/resources/mapper/SysUserMapper.xml
View file @
c3c16131
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
<result
column=
"post"
property=
"post"
/>
<result
column=
"post"
property=
"post"
/>
<result
column=
"email"
property=
"email"
/>
<result
column=
"email"
property=
"email"
/>
<result
column=
"system_flag"
property=
"systemFlag"
/>
<result
column=
"system_flag"
property=
"systemFlag"
/>
<result
column=
"dept_dn"
property=
"ldapDn"
/>
<collection
property=
"roleList"
ofType=
"com.yifu.cloud.plus.v1.yifu.admin.api.entity.SysRole"
<collection
property=
"roleList"
ofType=
"com.yifu.cloud.plus.v1.yifu.admin.api.entity.SysRole"
select=
"com.yifu.cloud.plus.v1.yifu.admin.mapper.SysRoleMapper.listRolesByUserId"
column=
"user_id"
>
select=
"com.yifu.cloud.plus.v1.yifu.admin.mapper.SysRoleMapper.listRolesByUserId"
column=
"user_id"
>
</collection>
</collection>
...
@@ -61,7 +60,6 @@
...
@@ -61,7 +60,6 @@
<result
column=
"post"
property=
"post"
/>
<result
column=
"post"
property=
"post"
/>
<result
column=
"email"
property=
"email"
/>
<result
column=
"email"
property=
"email"
/>
<result
column=
"system_flag"
property=
"systemFlag"
/>
<result
column=
"system_flag"
property=
"systemFlag"
/>
<result
column=
"dept_dn"
property=
"ldapDn"
/>
<collection
property=
"roleList"
ofType=
"com.yifu.cloud.plus.v1.yifu.admin.api.entity.SysRole"
>
<collection
property=
"roleList"
ofType=
"com.yifu.cloud.plus.v1.yifu.admin.api.entity.SysRole"
>
<id
column=
"role_id"
property=
"roleId"
/>
<id
column=
"role_id"
property=
"roleId"
/>
<result
column=
"role_name"
property=
"roleName"
/>
<result
column=
"role_name"
property=
"roleName"
/>
...
@@ -90,7 +88,6 @@
...
@@ -90,7 +88,6 @@
sys_user.post,
sys_user.post,
sys_user.email,
sys_user.email,
sys_user.system_flag,
sys_user.system_flag,
sys_user.dept_dn,
r.role_id,
r.role_id,
r.role_name,
r.role_name,
r.role_code,
r.role_code,
...
@@ -115,7 +112,6 @@
...
@@ -115,7 +112,6 @@
sys_user.post,
sys_user.post,
sys_user.email,
sys_user.email,
sys_user.system_flag,
sys_user.system_flag,
sys_user.dept_dn,
r.role_id,
r.role_id,
r.role_name,
r.role_name,
r.role_code,
r.role_code,
...
@@ -196,8 +192,7 @@
...
@@ -196,8 +192,7 @@
u.user_group,
u.user_group,
u.email,
u.email,
u.system_flag,
u.system_flag,
d.name AS deptName,
d.name AS deptName
u.dept_dn
FROM sys_user u
FROM sys_user u
LEFT JOIN sys_dept d ON d.dept_id = u.dept_id
LEFT JOIN sys_dept d ON d.dept_id = u.dept_id
<where>
<where>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment