mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-09 00:18:07 +08:00
update 加缓存
This commit is contained in:
@@ -139,7 +139,7 @@ public class AMapServiceImpl implements AMapService {
|
|||||||
List<AMapEquipmentInfo> aMapEquipmentInfos = getPileListByStationId(String.valueOf(stationInfo.getId()));
|
List<AMapEquipmentInfo> aMapEquipmentInfos = getPileListByStationId(String.valueOf(stationInfo.getId()));
|
||||||
aMapInfo.setEquipmentInfos(aMapEquipmentInfos);
|
aMapInfo.setEquipmentInfos(aMapEquipmentInfos);
|
||||||
sw.stop();
|
sw.stop();
|
||||||
log.info("组装高德数据格式耗时:{}, 详细:{}", sw.getTotalTimeMillis(), sw.prettyPrint());
|
log.info("组装高德数据格式耗时详细:{}", sw.prettyPrint());
|
||||||
return aMapInfo;
|
return aMapInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user