Pre Merge pull request !375 from DoubleFire/N/A

DoubleFire 2025-03-10 03:45:51 +00:00 committed by Gitee
commit a2c712e2bb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

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