tanzh 3 年之前
父節點
當前提交
75f56cc2b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/mock/MockApplyMapper.xml

+ 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 != ''">