瀏覽代碼

学时审核

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>