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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user