From 2e37fe9bc9999918cbd3d36905a96a7add8e7c51 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 01 六月 2020 13:40:15 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/JavaLionLi/RuoYi-Vue-Plus --- ruoyi/src/main/resources/mybatis/system/SysRoleMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi/src/main/resources/mybatis/system/SysRoleMapper.xml b/ruoyi/src/main/resources/mybatis/system/SysRoleMapper.xml index e2750f6..954d070 100644 --- a/ruoyi/src/main/resources/mybatis/system/SysRoleMapper.xml +++ b/ruoyi/src/main/resources/mybatis/system/SysRoleMapper.xml @@ -48,6 +48,7 @@ </if> <!-- 鏁版嵁鑼冨洿杩囨护 --> ${dataScope} + order by r.role_sort </select> <select id="selectRolePermissionByUserId" parameterType="Long" resultMap="SysRoleResult"> -- Gitblit v1.9.3