|
@@ -349,9 +349,9 @@
|
|
<if test="homeWorkStatus.code == 'DEADLINE'">
|
|
<if test="homeWorkStatus.code == 'DEADLINE'">
|
|
AND expire_date_ < NOW()
|
|
AND expire_date_ < NOW()
|
|
</if>
|
|
</if>
|
|
- <if test="courseScheduleId != null">
|
|
|
|
- AND id_ = #{courseScheduleId}
|
|
|
|
- </if>
|
|
|
|
|
|
+ </if>
|
|
|
|
+ <if test="courseScheduleId != null">
|
|
|
|
+ AND id_ = #{courseScheduleId}
|
|
</if>
|
|
</if>
|
|
<if test="type != null">
|
|
<if test="type != null">
|
|
and group_type_ = #{type}
|
|
and group_type_ = #{type}
|