@@ -1697,7 +1697,7 @@
<if test="classDate != null">
AND cs.class_date_ = DATE_FORMAT(#{classDate}, '%Y%m%d')
</if>
- AND cs.status_ = 'NOT_START' AND cs.del_flag_ = 0
+ AND cs.status_ != 'NOT_START' AND cs.del_flag_ = 0
GROUP BY cs.class_group_id_
</select>