tanzh 3 năm trước cách đây
mục cha
commit
a432129212

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