用户管理-岗位 角色 排序
This commit is contained in:
parent
41f333836d
commit
0150061301
@ -47,6 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<select id="selectYeyPostAll" resultMap="SysPostResult">
|
<select id="selectYeyPostAll" resultMap="SysPostResult">
|
||||||
<include refid="selectPostVo"/>
|
<include refid="selectPostVo"/>
|
||||||
where purp = '1'
|
where purp = '1'
|
||||||
|
order by post_sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectPostById" parameterType="Long" resultMap="SysPostResult">
|
<select id="selectPostById" parameterType="Long" resultMap="SysPostResult">
|
||||||
|
@ -64,6 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<select id="selectYeyRoleAll" resultMap="SysRoleResult">
|
<select id="selectYeyRoleAll" resultMap="SysRoleResult">
|
||||||
<include refid="selectRoleVo"/>
|
<include refid="selectRoleVo"/>
|
||||||
where r.purpose = '1' and r.del_flag = '0'
|
where r.purpose = '1' and r.del_flag = '0'
|
||||||
|
order by role_sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectRoleListByUserId" parameterType="Long" resultType="Integer">
|
<select id="selectRoleListByUserId" parameterType="Long" resultType="Integer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user