tanzh 3 роки тому
батько
коміт
75f56cc2b3

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/mock/MockApplyMapper.xml

@@ -198,7 +198,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN course_project_type cpt ON ma.project_id = cpt.id
         LEFT JOIN course_section cs ON mms.section_id = cs.section_id
         WHERE 1=1
-        <if test="startTime != null and starTime != ''">
+        <if test="startTime != null and startTime != ''">
             AND cs.live_start_time &gt; #{startTime}
         </if>
         <if test="endTime != null and endTime != ''">