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:
@@ -206,6 +206,18 @@ public class HeNanPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
if (construction == 12) {
|
||||
construction = 23;
|
||||
}
|
||||
if (construction == 24) {
|
||||
// 国(省)道公路沿线
|
||||
construction = 21;
|
||||
}
|
||||
if (construction == 25) {
|
||||
// 城际快速公路沿线
|
||||
construction = 22;
|
||||
}
|
||||
if (construction == 26) {
|
||||
// 景区停车场
|
||||
construction = 23;
|
||||
}
|
||||
stationInfo.setConstruction(construction);
|
||||
// 停车费率描述
|
||||
if (StringUtils.isNotBlank(pileStationInfo.getParkFeeDescribe())) {
|
||||
|
||||
Reference in New Issue
Block a user