mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-17 11:12:01 +08:00
🐣发布 4.3.0 正式版
This commit is contained in:
@@ -95,4 +95,11 @@
|
||||
and sur.user_id = #{userId}
|
||||
</select>
|
||||
|
||||
<select id="selectMenuPermsByRoleId" parameterType="Long" resultType="String">
|
||||
select distinct m.perms
|
||||
from sys_menu m
|
||||
left join sys_role_menu rm on m.menu_id = rm.menu_id
|
||||
where m.status = '0' and rm.role_id = #{roleId}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user