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>