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