mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-25 17:49:49 +08:00
update 查询预约信息
This commit is contained in:
@@ -522,6 +522,8 @@ public class PileReservationInfoServiceImpl implements PileReservationInfoServic
|
|||||||
if (pileReservationInfo == null) {
|
if (pileReservationInfo == null) {
|
||||||
// 初始化预约信息
|
// 初始化预约信息
|
||||||
this.initPersonalPileReservation(dto.getPileConnectorCode());
|
this.initPersonalPileReservation(dto.getPileConnectorCode());
|
||||||
|
// 重新查询
|
||||||
|
pileReservationInfo = pileReservationInfoMapper.selectByPileConnectorCode(dto.getPileConnectorCode());
|
||||||
}
|
}
|
||||||
PileReservationInfoVO build = PileReservationInfoVO.builder()
|
PileReservationInfoVO build = PileReservationInfoVO.builder()
|
||||||
.reservedId(pileReservationInfo.getId() + "")
|
.reservedId(pileReservationInfo.getId() + "")
|
||||||
|
|||||||
Reference in New Issue
Block a user