mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
Pre Merge pull request !437 from ehack/5.X
This commit is contained in:
commit
945660acbf
@ -22,7 +22,7 @@
|
||||
from sys_role r
|
||||
left join sys_user_role sur on sur.role_id = r.role_id
|
||||
left join sys_user u on u.user_id = sur.user_id
|
||||
left join sys_dept d on u.dept_id = d.dept_id
|
||||
left join sys_dept d on (u.dept_id = d.dept_id or r.create_dept=d.dept_id)
|
||||
</sql>
|
||||
|
||||
<select id="selectPageRoleList" resultMap="SysRoleResult">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user