From df9a5913fb1be237a3ad190a3bd3a1b69d34099e Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期四, 17 六月 2021 17:20:57 +0800
Subject: [PATCH] 添加资源文件数据时新增资源文件名字段

---
 springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java b/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java
index cccd432..f7e5ac4 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java
@@ -219,4 +219,25 @@
      * @return
      */
     R batchMarkEventInvalid(EventBatchRevokeDTO eventBatchRevokeDTO);
+
+    /**
+     * 根据网格id查询网格统计数据
+     * @param gridId    网格id
+     * @return  网格统计数据
+     */
+    R getGridEventStatisticsByApp(Long gridId);
+
+    /**
+     * 查询网格事件统计数据
+     * @param statisticsDTO 请求参数
+     * @return  网格事件统计数据
+     */
+    R getGridEventDetailStatisticsByApp(GridEventStatisticsDTO statisticsDTO);
+
+    /**
+     * 直接上报社区
+     * @param commonEventDirectReportDTO
+     * @return
+     */
+    R reportDirect(CommonEventDirectReportDTO commonEventDirectReportDTO);
 }

--
Gitblit v1.7.1