dev-tmp1
luotaiqian 2026-08-19 15:47:38 +08:00
parent 76789c1917
commit 7a1545f7b5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<if test="query.questionType != null and query.questionType != ''">
AND q.question_type = #{query.questionType}
</if>
ORDER BY pqr.question_num ASC
ORDER BY pqr.id DESC
</select>
<select id="findQuestion" resultType="org.qinan.cedu.model.vo.QuestionVO">