update 调整 角色查询部门 返回值类型

This commit is contained in:
疯狂的狮子li
2021-12-03 10:45:04 +08:00
parent b00c6dd89b
commit c5dc08e082
4 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@
order by d.parent_id, d.order_num
</select>
<select id="selectDeptListByRoleId" resultType="Integer">
<select id="selectDeptListByRoleId" resultType="Long">
select d.dept_id
from sys_dept d
left join sys_role_dept rd on d.dept_id = rd.dept_id