|
@@ -559,6 +559,7 @@
|
|
</otherwise>
|
|
</otherwise>
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<!--查询未分配加工人练习册-->
|
|
<!--查询未分配加工人练习册-->
|
|
@@ -589,6 +590,7 @@
|
|
</otherwise>
|
|
</otherwise>
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<!--查询未分配审核练习册-->
|
|
<!--查询未分配审核练习册-->
|
|
@@ -615,6 +617,7 @@
|
|
</otherwise>
|
|
</otherwise>
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<!--查询未审核解析的练习册-->
|
|
<!--查询未审核解析的练习册-->
|
|
@@ -632,6 +635,7 @@
|
|
</otherwise>
|
|
</otherwise>
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="findUnCorrectAnswerBooks" resultType="com.ssj.service.kmt.dto.ExerciseBookDto">
|
|
<select id="findUnCorrectAnswerBooks" resultType="com.ssj.service.kmt.dto.ExerciseBookDto">
|
|
@@ -648,6 +652,7 @@
|
|
</otherwise>
|
|
</otherwise>
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="findCorrectedAnswerBooks" resultType="com.ssj.service.kmt.dto.ExerciseBookDto">
|
|
<select id="findCorrectedAnswerBooks" resultType="com.ssj.service.kmt.dto.ExerciseBookDto">
|
|
@@ -664,6 +669,7 @@
|
|
</otherwise>
|
|
</otherwise>
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<!--查询未校对的练习册-->
|
|
<!--查询未校对的练习册-->
|
|
@@ -691,6 +697,7 @@
|
|
</otherwise>
|
|
</otherwise>
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<!--查询待加工审核的练习册单元 -->
|
|
<!--查询待加工审核的练习册单元 -->
|
|
@@ -2053,6 +2060,7 @@
|
|
</if>
|
|
</if>
|
|
</otherwise>
|
|
</otherwise>
|
|
</choose>
|
|
</choose>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="findEditExerciseQuestions" resultType="com.ssj.service.kmt.dto.exercise.ExerciseQuestionEditDto">
|
|
<select id="findEditExerciseQuestions" resultType="com.ssj.service.kmt.dto.exercise.ExerciseQuestionEditDto">
|
|
@@ -2078,5 +2086,6 @@
|
|
<if test="bookName != null and bookName != ''">
|
|
<if test="bookName != null and bookName != ''">
|
|
and eb.book_name like concat('%',#{bookName},'%')
|
|
and eb.book_name like concat('%',#{bookName},'%')
|
|
</if>
|
|
</if>
|
|
|
|
+ order by eb.book_name
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|