소스 검색

日常更新

wangliang 4 년 전
부모
커밋
eac85f6824
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      teachcloud-report-business/src/main/resources/mapper/TAExamCourseCollegeTeacherMapper.xml

+ 1 - 1
teachcloud-report-business/src/main/resources/mapper/TAExamCourseCollegeTeacherMapper.xml

@@ -90,7 +90,7 @@
                 and a.exam_id = #{examId}
             </if>
             <if test="teachCollegeId != null">
-                and a.teach_college_id = #{teachCollegeId}
+                and a.inspect_college_id = #{teachCollegeId}
             </if>
             <if test="courseCode != null and courseCode != ''">
                 and a.course_code = #{courseCode}