This commit is contained in:
Guoqs
2025-08-29 16:58:47 +08:00
7 changed files with 457 additions and 54 deletions

View File

@@ -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());