wangliang il y a 4 ans
Parent
commit
eac85f6824

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