mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 11:49:49 +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));
|
Map<String, List<PileInfoVO>> pileMap = pileInfoList.stream().collect(Collectors.groupingBy(PileInfoVO::getPileSn));
|
||||||
|
|
||||||
info = new AMapEquipmentInfo();
|
|
||||||
for (Map.Entry<String, List<PileInfoVO>> pile : pileMap.entrySet()) {
|
for (Map.Entry<String, List<PileInfoVO>> pile : pileMap.entrySet()) {
|
||||||
|
info = new AMapEquipmentInfo();
|
||||||
String pileSn = pile.getKey();
|
String pileSn = pile.getKey();
|
||||||
List<PileInfoVO> value = pile.getValue();
|
List<PileInfoVO> value = pile.getValue();
|
||||||
PileInfoVO pileInfoVO = value.get(0);
|
PileInfoVO pileInfoVO = value.get(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user