update 河南省平台站点建设场所信息做对应

This commit is contained in:
Lemon
2025-04-14 09:21:51 +08:00
parent 12ec92c872
commit d2c8b560af

View File

@@ -202,7 +202,11 @@ public class HeNanPlatformServiceImpl implements ThirdPartyPlatformService {
stationInfo.setParkNums(Integer.parseInt(pileStationInfo.getParkNums()));
stationInfo.setStationLng(new BigDecimal(pileStationInfo.getStationLng()));
stationInfo.setStationLat(new BigDecimal(pileStationInfo.getStationLat()));
stationInfo.setConstruction(Integer.parseInt(pileStationInfo.getConstruction()));
int construction = Integer.parseInt(pileStationInfo.getConstruction());
if (construction == 12) {
construction = 23;
}
stationInfo.setConstruction(construction);
// 停车费率描述
if (StringUtils.isNotBlank(pileStationInfo.getParkFeeDescribe())) {
stationInfo.setParkFee(pileStationInfo.getParkFeeDescribe());