浏览代码

学习计划

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>