Browse Source

学习计划

change 4 years ago
parent
commit
a0b83331f1

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

@@ -54,6 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN course_chapter cc ON ccs.chapter_id = cc.chapter_id
         WHERE
             ccs.section_id =#{section_id}
+            and cc.status =1
     </select>