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