src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/DataAnalysisServiceImpl.kt
@@ -248,7 +248,7 @@ areaVo: AreaVo, removeOtherDistrict: Boolean, removeNoPollutedSource: Boolean, ): List<MissionRiskArea.ClueByArea> { ): List<MissionRiskArea.ClassifyClue> { val clues = mutableListOf<PollutedClue?>() missionRep.findByAreaAndTime(areaVo, startTime, endTime).onEach { it ?: return@onEach