|
@@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="question != null and question != ''"> and question = #{question}</if>
|
|
|
<if test="answer != null and answer != ''"> and answer = #{answer}</if>
|
|
|
</where>
|
|
|
- order by create_time desc
|
|
|
+ order by sort,id
|
|
|
</select>
|
|
|
|
|
|
<select id="selectFsCourseQuestionBankById" parameterType="Long" resultMap="FsCourseQuestionBankResult">
|