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