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