caozixuan преди 4 години
родител
ревизия
69f49e152f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      teachcloud-report-business/src/main/resources/mapper/TBExamStudentMapper.xml

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

@@ -57,7 +57,7 @@
         <where>
             <include refid="conditionSql"/>
             <if test="collegeIds != null and collegeIds != ''">
-                and tbes.inspect_college_id in
+                and tbes.teach_college_id in
                 <foreach collection="collegeIds" item="collegeId" index="index" open="(" separator="," close=")">
                     #{collegeId}
                 </foreach>