|
@@ -58,7 +58,7 @@
|
|
<if test="type == null or type =='LIVE'">
|
|
<if test="type == null or type =='LIVE'">
|
|
union all
|
|
union all
|
|
(select a.subject_id_ as subject_id_ from course_group a
|
|
(select a.subject_id_ as subject_id_ from course_group a
|
|
- where a.type_ = 'LIVE' and a.status_ in ('ING','COMPLETE','APPLY')
|
|
|
|
|
|
+ where a.type_ = 'LIVE' and a.status_ in ('APPLY')
|
|
GROUP BY a.subject_id_)
|
|
GROUP BY a.subject_id_)
|
|
</if>
|
|
</if>
|
|
</trim>
|
|
</trim>
|