From c5dc08e0824250daa3bc6aabbca364de95d8d0f5 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 03 十二月 2021 10:45:04 +0800 Subject: [PATCH] update 调整 角色查询部门 返回值类型 --- ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml index 756eb53..bfb5436 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml @@ -117,7 +117,7 @@ order by m.parent_id, m.order_num </select> - <select id="selectMenuListByRoleId" resultType="Integer"> + <select id="selectMenuListByRoleId" resultType="Long"> select m.menu_id from sys_menu m left join sys_role_menu rm on m.menu_id = rm.menu_id @@ -147,4 +147,4 @@ and ur.user_id = #{userId} </select> -</mapper> \ No newline at end of file +</mapper> -- Gitblit v1.9.3