From c90c56d05c16dde0ae1ee3b070eaa12a9affeaa3 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Tue, 24 Sep 2024 13:37:22 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9F=A5=E8=AF=A2=E5=85=85=E7=94=B5?= =?UTF-8?q?=E6=A1=A9=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java index 7aa994ef7..e6061ebfc 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java @@ -466,6 +466,8 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService { .connectorCode(StringUtils.replace(connectorInfo.getPileConnectorCode(), pileSn, "")) .pileConnectorCode(connectorInfo.getPileConnectorCode()) .connectorStatus(connectorInfo.getStatus()) + .pileSn(pileBasicInfo.getSn()) + .stationId(pileBasicInfo.getStationId() + "") .build(); if (pileModelInfoVO != null) { infoVO.setChargingType(pileModelInfoVO.getSpeedType());