From 475e1863046adc99ff410ca6b5380f783837e3eb Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 09 一月 2024 13:34:08 +0800
Subject: [PATCH] 执法事件统计精度

---
 ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java b/ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java
index 50cc700..4cb31c8 100644
--- a/ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java
+++ b/ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java
@@ -10,5 +10,5 @@
  * @date 2022/11/08
  */
 public interface IVideoInspectionService {
-    Page<VideoPointVo> page(Long size, Long current, Integer streetId, Integer communityId);
+    Page<VideoPointVo> page(Long size, Long current, Integer streetId, Integer communityId,Integer type);
 }

--
Gitblit v1.8.0