Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
3d3afab7
Commit
3d3afab7
authored
Nov 11, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-modify-background-bug-hf' into dev
parents
9a750f29
88657fb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
AppUserDetailMapper.xml
...e-admin/src/main/resources/mapper/AppUserDetailMapper.xml
+2
-6
No files found.
ace-modules/ace-admin/src/main/resources/mapper/AppUserDetailMapper.xml
View file @
3d3afab7
...
...
@@ -54,15 +54,11 @@
on d.userid = l.id
left join base_user_member bum
on bum.user_id=l.id
left join
base_user_member_level
buml
left join
(select level, name from base_user_member_level level where isdel = 0)
buml
on bum.member_level = buml.level
left join
app_user_position
p
left join
(select id, name from app_user_position where is_del=0)
p
on d.position_id=p.id
where
p.is_del=0
and
buml.isdel=0
and
d.userid in
<foreach
collection=
"list"
item=
"userId"
index=
"index"
open=
"("
separator=
","
close=
")"
>
...
...
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