作者 RuoYi

角色管理查询设置默认排序字段

@@ -48,6 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" @@ -48,6 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
48 </if> 48 </if>
49 <!-- 数据范围过滤 --> 49 <!-- 数据范围过滤 -->
50 ${dataScope} 50 ${dataScope}
  51 + order by r.role_sort
51 </select> 52 </select>
52 53
53 <select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult"> 54 <select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult">