update 高德

This commit is contained in:
2023-06-27 09:18:37 +08:00
parent d9ec52f85d
commit 487fd4551f

View File

@@ -478,8 +478,8 @@ public class AMapServiceImpl implements AMapService {
Map<String, List<PileInfoVO>> pileMap = pileInfoList.stream().collect(Collectors.groupingBy(PileInfoVO::getPileSn));
info = new AMapEquipmentInfo();
for (Map.Entry<String, List<PileInfoVO>> pile : pileMap.entrySet()) {
info = new AMapEquipmentInfo();
String pileSn = pile.getKey();
List<PileInfoVO> value = pile.getValue();
PileInfoVO pileInfoVO = value.get(0);