RuoYi
2020-06-01 31b63bf14d66531e7c8ca14e712a9b9f947b1eb2
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">