From 487fd4551fed83a127f3fe173ff738d34efecf37 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Tue, 27 Jun 2023 09:18:37 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=AB=98=E5=BE=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java index 135512b7c..bbd39cc2e 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java @@ -478,8 +478,8 @@ public class AMapServiceImpl implements AMapService { Map> pileMap = pileInfoList.stream().collect(Collectors.groupingBy(PileInfoVO::getPileSn)); - info = new AMapEquipmentInfo(); for (Map.Entry> pile : pileMap.entrySet()) { + info = new AMapEquipmentInfo(); String pileSn = pile.getKey(); List value = pile.getValue(); PileInfoVO pileInfoVO = value.get(0);