소스 검색

学时审核

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>