update 查询充电桩详情

This commit is contained in:
Guoqs
2024-09-24 13:37:22 +08:00
parent 4266a7e732
commit c90c56d05c

View File

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