|
@@ -12,10 +12,10 @@
|
|
|
<if test="courseCode != null and courseCode != ''">
|
|
|
and tbes.course_code = #{courseCode}
|
|
|
</if>
|
|
|
- <if test="absent != null and absent != ''">
|
|
|
+ <if test="absent != null">
|
|
|
and tbes.absent = #{absent}
|
|
|
</if>
|
|
|
- <if test="current != null and current != ''">
|
|
|
+ <if test="current != null">
|
|
|
and tbes.student_current = #{current}
|
|
|
</if>
|
|
|
<if test="status != null and status != ''">
|