From e7e74dbb747f05b7d1739498f0dce0fca50cfee7 Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 1 Sep 2025 08:38:46 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B2=B3=E5=8D=97=E7=9C=81=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/HeNanPlatformServiceImpl.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/HeNanPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/HeNanPlatformServiceImpl.java index f8d2d5e59..423a12914 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/HeNanPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/HeNanPlatformServiceImpl.java @@ -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())) {