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:
@@ -139,7 +139,7 @@ public class AMapServiceImpl implements AMapService {
|
||||
List<AMapEquipmentInfo> aMapEquipmentInfos = getPileListByStationId(String.valueOf(stationInfo.getId()));
|
||||
aMapInfo.setEquipmentInfos(aMapEquipmentInfos);
|
||||
sw.stop();
|
||||
log.info("组装高德数据格式耗时:{}, 详细:{}", sw.getTotalTimeMillis(), sw.prettyPrint());
|
||||
log.info("组装高德数据格式耗时详细:{}", sw.prettyPrint());
|
||||
return aMapInfo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user