qh 2 gadi atpakaļ
vecāks
revīzija
8cd908add2

+ 1 - 0
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/service/impl/BusRoomBookingOrdersServiceImpl.java

@@ -231,6 +231,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
             orderInfo = getOne(Wrappers.<BusRoomBookingOrders>query().eq("booking_orders_no",orderNo));
         else throw new JeecgBootException("参数错误");
         if(orderInfo == null) throw new JeecgBootException("预约单不存在");
+        orderId = orderInfo.getId();
         BookingOrderEditVo result = new BookingOrderEditVo();
         if(orderInfo.getBookingOrdersType().equals(BookingOrdersType.NORMAL.getKey())) {
             List<BusBookingRooms> bookingRooms = bookingRoomsService.list(Wrappers.<BusBookingRooms>query()