浏览代码

流业务层

he2802 4 年之前
父节点
当前提交
cac2497e94
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseChapterMapper.xml

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

@@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         course_chapter cc
         LEFT JOIN course_chapter_section ccs ON cc.chapter_id = ccs.chapter_id
         LEFT JOIN course_section cs ON ccs.section_id = cs.section_id
-        where cs.status !=-1
+        where cc.status !=-1
         GROUP BY
         cc.chapter_id
         ) c