Pre Merge pull request !437 from ehack/5.X

This commit is contained in:
ehack 2023-10-31 07:05:24 +00:00 committed by Gitee
commit 945660acbf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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">