mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +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());
|
||||
|
||||
@@ -139,11 +139,15 @@ public class PileStationVO {
|
||||
*/
|
||||
private String stationLng;
|
||||
|
||||
private String aMapStationLng;
|
||||
|
||||
/**
|
||||
* 纬度
|
||||
*/
|
||||
private String stationLat;
|
||||
|
||||
private String aMapStationLat;
|
||||
|
||||
/**
|
||||
* 停车场库编号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user