he2802 před 2 roky
rodič
revize
13b280d8a2

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionChapterExamMapper.xml

@@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             AND e.exam_paper_id = #{paperId}
         </if>
           AND e.status = 1
-
+        order by qce.sort asc
     </select>
 
     <select id="getDoList" parameterType="com.zhongzheng.modules.bank.bo.QuestionChapterExamQueryBo" resultMap="QuestionChapterExamResultVo">