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());