@@ -12,6 +12,7 @@
<if test="courseCode != null and courseCode != ''">
and tbes.course_code = #{courseCode}
</if>
+ and tbes.absent = false
</sql>
<select id="selectTeachCollegeList"