From ffeac149a27c272c0f476248b796e5716eec46af Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Mon, 11 Nov 2024 11:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=86=85=E8=92=99=E5=8F=A4?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/service/impl/NeiMengGuPlatformServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/NeiMengGuPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/NeiMengGuPlatformServiceImpl.java index c2ee1c796..f1048c005 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/NeiMengGuPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/NeiMengGuPlatformServiceImpl.java @@ -234,7 +234,7 @@ public class NeiMengGuPlatformServiceImpl implements ThirdPartyPlatformService { SupStationInfo stationInfo = new SupStationInfo(); String stationId = String.valueOf(pileStationInfo.getId()); stationInfo.setStationID(stationId); - stationInfo.setOperatorID(Constants.OPERATORID_LIANLIAN); // 组织机构代码 + stationInfo.setOperatorID(Constants.JSOWELL_OPERATORID); // 组织机构代码 String organizationCode = pileStationInfo.getOrganizationCode(); String equipmentOwnerId = StringUtils.substring(organizationCode, organizationCode.length() - 10, organizationCode.length() - 1); stationInfo.setEquipmentOwnerID(equipmentOwnerId); @@ -426,7 +426,7 @@ public class NeiMengGuPlatformServiceImpl implements ThirdPartyPlatformService { if (pileMerchantInfoVO == null) { continue; } - String operatorID = Constants.OPERATORID_JIANG_SU; + String operatorID = Constants.JSOWELL_OPERATORID; String organizationCode = pileMerchantInfoVO.getOrganizationCode(); String equipmentOwnerId = StringUtils.substring(organizationCode, organizationCode.length() - 10, organizationCode.length() - 1); SupStationStatusInfo stationStatusInfo = new SupStationStatusInfo();