@@ -116,5 +116,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN course_project_type p ON s.project_id = p.id
LEFT JOIN course_education_type e ON p.education_id = e.id
WHERE b.knowledge_id = #{knowledgeId}
+ and s.status=1
</select>
</mapper>