mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 桩基本信息修改软件协议字段
This commit is contained in:
@@ -468,6 +468,7 @@ public class PileBasicInfoServiceImpl implements PileBasicInfoService {
|
||||
PileInfoVO pileInfoVO = PileInfoVO.builder()
|
||||
.pileId(String.valueOf(basicInfo.getId()))
|
||||
.pileSn(basicInfo.getSn())
|
||||
.softwareProtocol(basicInfo.getSoftwareProtocol())
|
||||
.stationId(String.valueOf(basicInfo.getStationId()))
|
||||
.merchantId(String.valueOf(basicInfo.getMerchantId()))
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user