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

pull/375/MERGE
DoubleFire 6 months ago committed by Gitee
commit 119a29c427
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>
<!-- 数据范围过滤 -->
${params.dataScope}
order by r.role_sort
order by r.role_sort, r.role_id
</select>
<select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult">

Loading…
Cancel
Save