|
@@ -111,11 +111,24 @@ public class FireStatisticsControllerWeb {
|
|
|
return ApiResult.success(fireStatisticsService.getFireType());
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 获取地址信息
|
|
|
+ * @return
|
|
|
+ */
|
|
|
@GetMapping("fireAddress")
|
|
|
public ApiResult<List<String>> getAddress(){
|
|
|
return ApiResult.success(fireStatisticsService.getAddress());
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 火灾气泡图
|
|
|
+ * @param startTime
|
|
|
+ * @param endTime
|
|
|
+ * @param fireType
|
|
|
+ * @param unitId
|
|
|
+ * @return
|
|
|
+ */
|
|
|
@GetMapping("fireBubble")
|
|
|
public ApiResult<List<FireBubbleVO>> getFireBubble(@RequestParam(required = false)Date startTime,
|
|
|
@RequestParam(required = false)Date endTime,
|