角色显示顺序控制

master
hansha 1 year ago
parent ba85eae419
commit 6b0dc94c36

@ -53,7 +53,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if> </if>
<!-- 数据范围过滤 --> <!-- 数据范围过滤 -->
${params.dataScope} ${params.dataScope}
order by r.role_sort order by r.role_sort asc,r.role_id desc
</select> </select>
<select id="selectRoleListIgnoreAdmin" parameterType="SysRole" resultMap="SysRoleResult"> <select id="selectRoleListIgnoreAdmin" parameterType="SysRole" resultMap="SysRoleResult">
@ -79,7 +79,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if> </if>
<!-- 数据范围过滤 --> <!-- 数据范围过滤 -->
${params.dataScope} ${params.dataScope}
order by r.role_sort order by r.role_sort asc,r.role_id desc
</select> </select>
<select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult"> <select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult">

Loading…
Cancel
Save