update 桩基本信息修改软件协议字段

This commit is contained in:
Lemon
2025-08-07 14:17:40 +08:00
parent b7341c09a1
commit 388fe859e7
3 changed files with 9 additions and 2 deletions

View File

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