|
@@ -829,9 +829,9 @@
|
|
|
|
|
|
<sql id="queryStudentCourseScheduleRecordCondition">
|
|
|
<where>
|
|
|
- (cs.del_flag_ != 1 OR cs.del_flag_ IS NULL)
|
|
|
- AND cssp.user_id_=#{userId}
|
|
|
+ cssp.user_id_=#{userId}
|
|
|
AND cs.status_ != 'NOT_START'
|
|
|
+ AND cs.del_flag_ = 0
|
|
|
<if test="teachMode!=null and teachMode!=''">
|
|
|
AND cs.teach_mode_=#{teachMode}
|
|
|
</if>
|