|
@@ -3780,7 +3780,7 @@
|
|
|
<if test="startDay!=null and startDay!=''">
|
|
|
AND cs.class_date_ >= #{startDay}
|
|
|
</if>
|
|
|
- <if test="and endDay!=null and endDay!=''">
|
|
|
+ <if test="endDay!=null and endDay!=''">
|
|
|
AND cs.class_date_ <= #{endDay}
|
|
|
</if>
|
|
|
<if test="courseStatus!=null">
|