Result type not match for select id="selectMenuListByRoleId"
This commit is contained in:
parent
27d46fc0a4
commit
4191f5ca5c
@ -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…
Reference in New Issue
Block a user