瀏覽代碼

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">