소스 검색

学习计划

change 4 년 전
부모
커밋
fd6123915c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/exam/ExamApplyMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/exam/ExamApplyMapper.xml

@@ -163,5 +163,6 @@ and (SELECT COUNT(eay.apply_id) FROM exam_apply eay LEFT JOIN exam_apply_goods e
                 #{item}
             </foreach>
         </if>
+        order by ea.create_time desc
     </select>
 </mapper>