Browse Source

Merge branch 'dev-v5.2' of http://120.79.166.78:19005/zhongzheng-edu/saas_entrepot into dev-v5.2

he2802 3 năm trước cách đây
mục cha
commit
771869e02f

+ 2 - 1
zhongzheng-system/src/main/resources/mapper/modules/collect/CollectQuestionMapper.xml

@@ -82,7 +82,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </if>
         GROUP BY
         e.exam_id
-
+        ORDER BY
+        e.create_time desc
     </select>
 
     <select id="selectExamQuestionList" parameterType="com.zhongzheng.modules.collect.bo.CollectQuestionQueryBo"  resultMap="QuestionResultVo">