Explorar o código

修改考试安排

change %!s(int64=3) %!d(string=hai) anos
pai
achega
be1c1f22cf

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

@@ -76,6 +76,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             LEFT JOIN course_module cm ON cmc.module_id = cm.module_id
         WHERE
             cmc.chapter_id=#{chapter_id}
+            and cm.status =1
     </select>
 
     <select id="findBusinessList" resultMap="CourseChapterBusiness">