소스 검색

配置文件修改

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">