From f7ff6d8cb80389a22a45aa1566503000d0d98829 Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 22 Nov 2023 15:27:03 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E7=94=AC=E5=9F=8E=E6=B3=8A?= =?UTF-8?q?=E8=BD=A6=E6=8B=89=E5=8F=96=E5=85=85=E7=94=B5=E7=AB=99=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=20=E4=BF=AE=E6=94=B9OperatorID=E4=B8=BA=20VRZKJRPF2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/thirdparty/nanrui/service/impl/NRServiceImpl.java | 2 +- .../thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/nanrui/service/impl/NRServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/nanrui/service/impl/NRServiceImpl.java index 6b21e1402..e9d74929a 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/nanrui/service/impl/NRServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/nanrui/service/impl/NRServiceImpl.java @@ -648,7 +648,7 @@ public class NRServiceImpl implements NRService { } public static void main(String[] args) { - String s = RandomStringUtils.randomAlphanumeric(16).toUpperCase(Locale.ROOT); + String s = RandomStringUtils.randomAlphanumeric(9).toUpperCase(Locale.ROOT); System.out.println(s); // String chargingTime = "30"; 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 f2ee3e47b..7c9e39860 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 @@ -226,7 +226,7 @@ public class ZDLServiceImpl implements ZDLService { for (ThirdPartyStationInfoVO pileStationInfo : pageInfo.getList()) { ZDLStationInfo stationInfo = new ZDLStationInfo(); stationInfo.setStationId(String.valueOf(pileStationInfo.getId())); - stationInfo.setOperatorId(Constants.OPERATORID_JIANG_SU); // 组织机构代码 + stationInfo.setOperatorId(dto.getOperatorId()); // 组织机构代码 String organizationCode = pileStationInfo.getOrganizationCode(); if (organizationCode.length() == 18) { String equipmentOwnerId = StringUtils.substring(organizationCode, organizationCode.length() - 10, organizationCode.length() - 1);