lyhzzz 2 months ago
parent
commit
8fa254eb15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/agent/CameraMapper.xml

+ 1 - 1
src/main/resources/mapper/agent/CameraMapper.xml

@@ -46,7 +46,7 @@
 
         </if>
         <if test="param.startTime != null and param.startTime !='' and param.endTime !=null and param.endTime !='' ">
-            where d.out_time between #{param.startTime} and #{param.endTime}
+            and d.out_time between #{param.startTime} and #{param.endTime}
         </if>
 
         order by d.out_time desc,d.id desc