fix(SysMenuMapper.xml): 配置角色按钮权限重新登录无效问题修复
Closes https://gitee.com/youlaiorg/youlai-boot/issues/I7DI8B
This commit is contained in:
@@ -50,8 +50,8 @@
|
||||
DISTINCT t1.perm
|
||||
FROM
|
||||
sys_menu t1
|
||||
INNER JOIN sys_role_menu t2
|
||||
INNER JOIN sys_role t3
|
||||
INNER JOIN sys_role_menu t2 ON t1.id = t2.menu_id
|
||||
INNER JOIN sys_role t3 ON t3.id = t2.role_id
|
||||
WHERE
|
||||
t1.type = '${@com.youlai.system.common.enums.MenuTypeEnum@BUTTON.getValue()}'
|
||||
AND t1.perm IS NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user