From d649f734c44541641158aec2d6b10d630f5a0827 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 25 十二月 2025 17:25:16 +0800
Subject: [PATCH] 2025.12.19 1. 动态溯源相关分析逻辑调整; 2. 走航报告接口参数调整;
---
src/main/kotlin/com/flightfeather/uav/biz/report/MissionRiskArea.kt | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/kotlin/com/flightfeather/uav/biz/report/MissionRiskArea.kt b/src/main/kotlin/com/flightfeather/uav/biz/report/MissionRiskArea.kt
index e019c7c..0f0d49c 100644
--- a/src/main/kotlin/com/flightfeather/uav/biz/report/MissionRiskArea.kt
+++ b/src/main/kotlin/com/flightfeather/uav/biz/report/MissionRiskArea.kt
@@ -3,7 +3,6 @@
import com.flightfeather.uav.biz.sourcetrace.model.PollutedClue
import com.flightfeather.uav.common.utils.MapUtil
import com.flightfeather.uav.domain.entity.SceneInfo
-import com.flightfeather.uav.domain.entity.avg
import com.flightfeather.uav.socket.eunm.AggregatedFactorType
import com.flightfeather.uav.socket.eunm.FactorType
@@ -57,7 +56,7 @@
pollutedClues.forEach { pollutedClue ->
if (pollutedClue == null) return@forEach
// 璁$畻鍗曚釜PollutedClue鐨勫潎鍊肩粡绾害
- val wgs84Center = pollutedClue.pollutedData?.getExceptionCenter() ?: return@forEach
+ val wgs84Center = pollutedClue.pollutedData?.exceptionCenter() ?: return@forEach
// 鍧愭爣杞崲
val gcj02Point = MapUtil.wgs84ToGcj02(wgs84Center)
--
Gitblit v1.9.3