From eec55a761b81ade4d879584bbee257ef1175748b Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 6 Jun 2023 14:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=81=94=E5=B9=B3=E5=8F=B0=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E7=AB=99=E7=82=B9=E4=BF=A1=E6=81=AF=20=20=E7=AB=99?= =?UTF-8?q?=E7=82=B9id=E5=89=8D=E5=8A=A0=E2=80=9DLC=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../thirdparty/lianlian/service/impl/LianLianServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/lianlian/service/impl/LianLianServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/lianlian/service/impl/LianLianServiceImpl.java index 671750da3..5d4b56967 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/lianlian/service/impl/LianLianServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/lianlian/service/impl/LianLianServiceImpl.java @@ -146,7 +146,7 @@ public class LianLianServiceImpl implements LianLianService { // 组装联联平台所需要的数据格式 StationInfo info = StationInfo.builder() - .stationID(String.valueOf(dto.getStationId())) + .stationID("LC" +dto.getStationId()) .operatorID(operatorId) .equipmentOwnerID(Constants.OPERATORID_LIANLIAN) .stationName(pileStationInfo.getStationName())