caozixuan há 4 anos atrás
pai
commit
69f49e152f

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