test
parent
76789c1917
commit
7a1545f7b5
|
|
@ -18,7 +18,7 @@
|
||||||
<if test="query.questionType != null and query.questionType != ''">
|
<if test="query.questionType != null and query.questionType != ''">
|
||||||
AND q.question_type = #{query.questionType}
|
AND q.question_type = #{query.questionType}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY pqr.question_num ASC
|
ORDER BY pqr.id DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="findQuestion" resultType="org.qinan.cedu.model.vo.QuestionVO">
|
<select id="findQuestion" resultType="org.qinan.cedu.model.vo.QuestionVO">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue