mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 查询充电桩详情
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user