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}