update 河南省平台

This commit is contained in:
Lemon
2025-09-01 08:38:46 +08:00
parent e93dcef307
commit e7e74dbb74

View File

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