فهرست منبع

feat:教师端课酬

Joburgess 4 سال پیش
والد
کامیت
dca4e80a34
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

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