change 3 سال پیش
والد
کامیت
2943194fef
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/exam/ExamKnowledgeMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/exam/ExamKnowledgeMapper.xml

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