|
|
@@ -760,6 +760,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batch.setCustomerSource(data.getCustomerSource());
|
|
|
batch.setBookingType(data.getBookingType());
|
|
|
batch.setBookingDicWay(data.getBookingDicWay());
|
|
|
+ batch.setBookingStatus(data.getBookingStatus());
|
|
|
return batch;
|
|
|
}
|
|
|
|
|
|
@@ -789,6 +790,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batch.setCustomerSource(data.getCustomerSource());
|
|
|
batch.setBookingType(data.getBookingType());
|
|
|
batch.setBookingDicWay(data.getBookingDicWay());
|
|
|
+ batch.setBookingStatus(data.getBookingStatus());
|
|
|
return batch;
|
|
|
}
|
|
|
|
|
|
@@ -811,6 +813,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batchDto.setCustomerSource(order.getCustomerSource());
|
|
|
batchDto.setBookingType(order.getBookingType());
|
|
|
batchDto.setBookingDicWay(order.getBookingDicWay());
|
|
|
+ batchDto.setBookingStatus(order.getBookingStatus());
|
|
|
}
|
|
|
void setBatchOrderInfoForEdit(BusRoomBookingOrders order, BookingBatchRoomsVo batchDto){
|
|
|
batchDto.setBreakfastNum(order.getBreakfastNum());
|
|
|
@@ -831,5 +834,6 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batchDto.setCustomerSource(order.getCustomerSource());
|
|
|
batchDto.setBookingType(order.getBookingType());
|
|
|
batchDto.setBookingDicWay(order.getBookingDicWay());
|
|
|
+ batchDto.setBookingStatus(order.getBookingStatus());
|
|
|
}
|
|
|
}
|