Result type not match for select id="selectMenuListByRoleId"

master
runphp 3 years ago committed by Gitee
parent 27d46fc0a4
commit 4191f5ca5c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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

Loading…
Cancel
Save