@@ -353,7 +353,7 @@
<if test="param.status != null">
<choose>
<when test="param.status == @com.yonge.cooleshow.biz.dal.enums.StudentCourseEnum@TRUANT">
- and sa.id_ is null
+ and sa.id_ is null AND cs.status_ IN ('ING','COMPLETE')
</when>
<when test="param.status == @com.yonge.cooleshow.biz.dal.enums.StudentCourseEnum@ATTENDCLASS">
and sa.id_ is not null