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