mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-17 13:49:55 +08:00
update 预约充电
This commit is contained in:
@@ -520,7 +520,7 @@ public class PileReservationInfoServiceImpl implements PileReservationInfoServic
|
|||||||
String pileSn = StringUtils.substring(dto.getPileConnectorCode(), 0, 14);
|
String pileSn = StringUtils.substring(dto.getPileConnectorCode(), 0, 14);
|
||||||
if (pileReservationInfo == null) {
|
if (pileReservationInfo == null) {
|
||||||
// 初始化预约信息
|
// 初始化预约信息
|
||||||
initPersonalPileReservation(dto.getPileConnectorCode());
|
this.initPersonalPileReservation(dto.getPileConnectorCode());
|
||||||
}
|
}
|
||||||
PileReservationInfoVO build = PileReservationInfoVO.builder()
|
PileReservationInfoVO build = PileReservationInfoVO.builder()
|
||||||
.reservedId(pileReservationInfo.getId() + "")
|
.reservedId(pileReservationInfo.getId() + "")
|
||||||
|
|||||||
Reference in New Issue
Block a user