tanzh 3 年之前
父节点
当前提交
a432129212
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      zhongzheng-system/src/main/resources/mapper/modules/mock/MockApplyMapper.xml

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

@@ -250,10 +250,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         mock_apply
         WHERE 1=1
         <if test="startTime != null and startTime !=''">
-            apply_start_time &gt; #{startTime}
+            and apply_start_time &gt; #{startTime}
         </if>
         <if test="endTime != null and endTime !=''">
-            apply_end_time &lt; #{endTime}
+            and apply_end_time &lt; #{endTime}
         </if>
     </select>