소스 검색

fix 学员

he2802 3 년 전
부모
커밋
90bc0c2891
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

@@ -311,6 +311,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             and (cg.class_name like concat('%', #{gradeName}, '%'))
             and o.user_id = u.user_id)>0
         </if>
+        ORDER BY u.user_id DESC
     </select>