|
@@ -353,7 +353,7 @@
|
|
<if test="param.status != null">
|
|
<if test="param.status != null">
|
|
<choose>
|
|
<choose>
|
|
<when test="param.status == @com.yonge.cooleshow.biz.dal.enums.StudentCourseEnum@TRUANT">
|
|
<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>
|
|
<when test="param.status == @com.yonge.cooleshow.biz.dal.enums.StudentCourseEnum@ATTENDCLASS">
|
|
<when test="param.status == @com.yonge.cooleshow.biz.dal.enums.StudentCourseEnum@ATTENDCLASS">
|
|
and sa.id_ is not null
|
|
and sa.id_ is not null
|