mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
地锁列表新增车位号字段
This commit is contained in:
@@ -776,6 +776,7 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
||||
}
|
||||
lockInfoList.add(GroundLockInfoVO.LockInfo.builder()
|
||||
.connectorCode(pileConnectorInfoVO.getPileConnectorCode())
|
||||
.parkNo(pileConnectorInfoVO.getParkNo())
|
||||
.lockStatus(parkingLockStatus)
|
||||
.parkingStatus(data.getParkingStatus())
|
||||
.build());
|
||||
|
||||
Reference in New Issue
Block a user