From f3715db20c22d90b97f1842431b0399b6a11ba7d Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Tue, 31 Mar 2020 14:23:27 +0800
Subject: [PATCH] update大同市地图显示不准

---
 src/main/java/com/moral/service/HistoryHourlyService.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/moral/service/HistoryHourlyService.java b/src/main/java/com/moral/service/HistoryHourlyService.java
index 71286d2..e6ca84a 100644
--- a/src/main/java/com/moral/service/HistoryHourlyService.java
+++ b/src/main/java/com/moral/service/HistoryHourlyService.java
@@ -7,5 +7,9 @@
 public interface HistoryHourlyService {
     Map<String, Object> getPollutionSourceData(Map<String, Object> parameters) throws Exception;
 
+    Map<String, Object> getPollutionSourceDataByHour(Map<String, Object> parameters) throws Exception;
+
+    Map<String, Object> getPollutionSourceDataAll(Map<String, Object> parameters) throws Exception;
+
     Point getDirPoint(Map<String, Object> parameters) throws Exception;
 }

--
Gitblit v1.8.0