lyhzzz 2 tháng trước cách đây
mục cha
commit
8fa254eb15
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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