@@ -120,7 +120,7 @@
</if>
GROUP BY
q.question_id
- ORDER BY q.chapter_id DESC
+ ORDER BY q.question_id DESC
</select>
<select id="selectList_COUNT" resultType="Long">
@@ -102,8 +102,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectList" parameterType="com.zhongzheng.modules.course.bo.CourseChapterQueryBo" resultMap="CourseChapterResultVo">
SELECT
c.*
-
FROM
(