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