소스 검색

fix 题库排序

he2802 3 년 전
부모
커밋
13b280d8a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionChapterExamMapper.xml

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