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