소스 검색

流业务层

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