ソースを参照

feat:教师端课酬

Joburgess 4 年 前
コミット
dca4e80a34

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