浏览代码

配置文件修改

wangliang 3 年之前
父节点
当前提交
77a40fad89
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      teachcloud-common/src/main/resources/mapper/SysRoleMapper.xml

+ 0 - 1
teachcloud-common/src/main/resources/mapper/SysRoleMapper.xml

@@ -52,7 +52,6 @@
         select id, school_id, name, enable, type, create_id, create_time, update_id, update_time, default_role from sys_role
         where default_role = 1 and type <![CDATA[ <> ]]> 'ADMIN'
             ) t
-        ORDER BY t.create_time DESC
     </select>
 
     <select id="listRolesBySchoolId" resultMap="BaseResultMap">