wangliang 3 лет назад
Родитель
Сommit
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">