Result type not match for select id="selectMenuListByRoleId"

zmy
runphp 2022-02-11 10:35:57 +00:00 committed by Gitee
parent 27d46fc0a4
commit 4191f5ca5c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,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