Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-user
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-user
Commits
61fbe6b6
Commit
61fbe6b6
authored
Apr 15, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
be84dc7a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
yd-user-service/src/main/resources/mappers/RelProjectRoleMapper.xml
+1
-1
No files found.
yd-user-service/src/main/resources/mappers/RelProjectRoleMapper.xml
View file @
61fbe6b6
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
sm.*
sm.*
from rel_project_role rpr
from rel_project_role rpr
inner join rel_role_menu rrm on rpr.role_biz_id = rrm.role_biz_id
inner join rel_role_menu rrm on rpr.role_biz_id = rrm.role_biz_id
and rpr.tenant_biz_id = rrm.tenant_biz_id and rpr.project_biz_id = rrm.project_biz_id and r
pr
.is_deleted = 0
and rpr.tenant_biz_id = rrm.tenant_biz_id and rpr.project_biz_id = rrm.project_biz_id and r
rm
.is_deleted = 0
inner join sys_menu sm on rrm.menu_biz_id = sm.menu_biz_id and sm.is_deleted = 0
inner join sys_menu sm on rrm.menu_biz_id = sm.menu_biz_id and sm.is_deleted = 0
<where>
<where>
<if
test=
"relProjectRoleIdList != null and relProjectRoleIdList.size > 0"
>
<if
test=
"relProjectRoleIdList != null and relProjectRoleIdList.size > 0"
>
...
...
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