mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 高德
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user