|
@@ -704,7 +704,7 @@
|
|
<where>
|
|
<where>
|
|
(cs.del_flag_ != 1 OR cs.del_flag_ IS NULL)
|
|
(cs.del_flag_ != 1 OR cs.del_flag_ IS NULL)
|
|
AND sa.user_id_=#{userId}
|
|
AND sa.user_id_=#{userId}
|
|
- AND cs.status_='OVER'
|
|
|
|
|
|
+ AND cs.status_ != 'NOT_START'
|
|
<if test="teachMode!=null and teachMode!=''">
|
|
<if test="teachMode!=null and teachMode!=''">
|
|
AND cs.teach_mode_=#{teachMode}
|
|
AND cs.teach_mode_=#{teachMode}
|
|
</if>
|
|
</if>
|