瀏覽代碼

fix 计费单商品

he2802 3 年之前
父節點
當前提交
5848ee5d32

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionMapper.xml

@@ -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">

+ 0 - 2
zhongzheng-system/src/main/resources/mapper/modules/course/CourseChapterMapper.xml

@@ -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
         (
         SELECT