role_sort相同时 分页查询的数据不正确

Signed-off-by: DoubleFire <oxsss@qq.com>
pull/375/head
DoubleFire 1 year ago committed by Gitee
parent 8984ecba86
commit 0300517faa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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, r.role_id
</select> </select>
<select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult"> <select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult">

Loading…
Cancel
Save