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,7 +468,7 @@ public class PileReservationInfoServiceImpl implements PileReservationInfoServic
|
||||
public PileReservationInfoVO queryReservationInfo(PileReservationDTO dto) {
|
||||
PileReservationInfo pileReservationInfo = pileReservationInfoMapper.selectByPileConnectorCode(dto.getPileConnectorCode());
|
||||
PileReservationInfoVO build = PileReservationInfoVO.builder()
|
||||
// .reservationId(pileReservationInfo.getId() + "")
|
||||
.reservedId(pileReservationInfo.getId() + "")
|
||||
.pileSn(pileReservationInfo.getPileSn())
|
||||
.pileConnectorCode(pileReservationInfo.getPileConnectorCode())
|
||||
.startTime(pileReservationInfo.getStartTime().toString())
|
||||
|
||||
@@ -8,7 +8,7 @@ import lombok.Setter;
|
||||
@Setter
|
||||
@Builder
|
||||
public class PileReservationInfoVO {
|
||||
// private String reservationId;
|
||||
private String reservedId;
|
||||
|
||||
/**
|
||||
* 充电桩编号
|
||||
|
||||
Reference in New Issue
Block a user