Browse Source

学时审核

change 3 years ago
parent
commit
2943194fef

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