Browse Source

学习计划

change 4 years ago
parent
commit
fd6123915c

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