|
@@ -552,6 +552,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
private BookingBatchRoomsVo copyBaseToBatch(BusBookingBatch data) {
|
|
private BookingBatchRoomsVo copyBaseToBatch(BusBookingBatch data) {
|
|
|
BookingBatchRoomsVo batch = new BookingBatchRoomsVo();
|
|
BookingBatchRoomsVo batch = new BookingBatchRoomsVo();
|
|
|
batch.setBatchNo(data.getBatchNo());
|
|
batch.setBatchNo(data.getBatchNo());
|
|
|
|
|
+ batch.setId(data.getId());
|
|
|
batch.setBookingOrdersId(data.getBookingOrdersId());
|
|
batch.setBookingOrdersId(data.getBookingOrdersId());
|
|
|
batch.setArrivalTime(data.getArrivalTime());
|
|
batch.setArrivalTime(data.getArrivalTime());
|
|
|
batch.setDueOutTime(data.getDueOutTime());
|
|
batch.setDueOutTime(data.getDueOutTime());
|