소스 검색

学习计划

change 4 년 전
부모
커밋
a0b83331f1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseSectionMapper.xml

+ 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>