Pārlūkot izejas kodu

修改考试安排

change 3 gadi atpakaļ
vecāks
revīzija
093b135fbb

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/course/CourseChapterSectionMapper.xml

@@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             cs.`status` !=- 1
 	        AND ccs.chapter_id = #{id}
         ORDER BY
-            c_sort DESC
+            c_sort asc
     </select>
 
     <select id="getInformById" parameterType="Long"  resultMap="CourseChapterSectionResultVo">

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/course/CourseModuleChapterMapper.xml

@@ -51,7 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             cc.`status` !=- 1
 	AND cmc.module_id = #{id}
         ORDER BY
-            c_sort DESC
+            c_sort asc
     </select>
     <select id="chapterList" parameterType="com.zhongzheng.modules.course.bo.CourseMenuQueryBo"  resultMap="CourseUserModuleChapterVo">
         SELECT