mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-09 04:20:08 +08:00
update 查询充电桩详情
This commit is contained in:
@@ -466,6 +466,8 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
|
|||||||
.connectorCode(StringUtils.replace(connectorInfo.getPileConnectorCode(), pileSn, ""))
|
.connectorCode(StringUtils.replace(connectorInfo.getPileConnectorCode(), pileSn, ""))
|
||||||
.pileConnectorCode(connectorInfo.getPileConnectorCode())
|
.pileConnectorCode(connectorInfo.getPileConnectorCode())
|
||||||
.connectorStatus(connectorInfo.getStatus())
|
.connectorStatus(connectorInfo.getStatus())
|
||||||
|
.pileSn(pileBasicInfo.getSn())
|
||||||
|
.stationId(pileBasicInfo.getStationId() + "")
|
||||||
.build();
|
.build();
|
||||||
if (pileModelInfoVO != null) {
|
if (pileModelInfoVO != null) {
|
||||||
infoVO.setChargingType(pileModelInfoVO.getSpeedType());
|
infoVO.setChargingType(pileModelInfoVO.getSpeedType());
|
||||||
|
|||||||
Reference in New Issue
Block a user