From 000aca351afcd1cc5ded5045943d585f64f2eb24 Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 23 Oct 2023 13:52:53 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E4=B8=AD=E7=94=B5=E8=81=94?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E7=BB=84=E7=BB=87=E6=9C=BA=E6=9E=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java index eab47181e..ed26fc1f8 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java @@ -109,7 +109,7 @@ public class ZDLServiceImpl implements ZDLService { ZDLStationInfo info = ZDLStationInfo.builder() .stationId("ZDL" +dto.getStationId()) .operatorId(operatorId) - .equipmentOwnerId(Constants.OPERATORID_LIANLIAN) + .equipmentOwnerId(Constants.OPERATORID_JIANG_SU) .stationName(pileStationInfo.getStationName()) .countryCode(pileStationInfo.getCountryCode()) .areaCode(pileStationInfo.getAreaCode()) @@ -179,7 +179,7 @@ public class ZDLServiceImpl implements ZDLService { for (PileStationInfo pileStationInfo : pageInfo.getList()) { ZDLStationInfo stationInfo = new ZDLStationInfo(); stationInfo.setStationId(String.valueOf(pileStationInfo.getId())); - stationInfo.setOperatorId(Constants.OPERATORID_LIANLIAN); // 组织机构代码 + stationInfo.setOperatorId(Constants.OPERATORID_JIANG_SU); // 组织机构代码 stationInfo.setEquipmentOwnerId(String.valueOf(pileStationInfo.getMerchantId())); stationInfo.setStationName(pileStationInfo.getStationName()); stationInfo.setCountryCode(pileStationInfo.getCountryCode());