fallback提交

数据权限关联表调整
This commit is contained in:
God
2024-06-28 09:16:38 +08:00
parent d9fc526bcd
commit 22e63fe8a4

View File

@@ -106,7 +106,7 @@
</select>
<select id="selectByRole" resultType="java.lang.String">
select smr.dataRuleId from sys_menu_role smr
select smr.dataRuleId from sys_role_authorize smr
left join sys_menu sm on sm.sid = smr.menuSid
left join sys_role sr on sr.sid = smr.roleSid
left join sys_user_role sur on sur.roleSid = smr.roleSid