mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
新增 获取电池充电报告pdf文件下载链接方法
This commit is contained in:
@@ -206,6 +206,8 @@ public class PileStationInfoServiceImpl implements PileStationInfoService {
|
||||
vo.setStationLat(String.format("%.6f", coordinate.getLat()));
|
||||
vo.setStationLng(String.format("%.6f", coordinate.getLng()));
|
||||
log.debug("高德坐标:{}, 转天地图坐标:{}", pileStationInfo.getStationLng() + ", " + pileStationInfo.getStationLat(), vo.getStationLng() + ", " + vo.getStationLat());
|
||||
vo.setAMapStationLat(pileStationInfo.getStationLat());
|
||||
vo.setAMapStationLng(pileStationInfo.getStationLng());
|
||||
}
|
||||
|
||||
vo.setCountryCode(pileStationInfo.getCountryCode());
|
||||
|
||||
Reference in New Issue
Block a user