|
|
@@ -563,6 +563,9 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batch.setOuterOrdersNo(data.getOuterOrdersNo());
|
|
|
batch.setRemark(data.getRemark());
|
|
|
batch.setHourRoomId(data.getHourRoomId());
|
|
|
+ batch.setCustomerSource(data.getCustomerSource());
|
|
|
+ batch.setBookingType(data.getBookingType());
|
|
|
+ batch.setBookingDicWay(data.getBookingDicWay());
|
|
|
return batch;
|
|
|
}
|
|
|
|
|
|
@@ -589,6 +592,9 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batch.setOuterOrdersNo(data.getOuterOrdersNo());
|
|
|
batch.setRemark(data.getRemark());
|
|
|
batch.setHourRoomId(data.getHourRoomId());
|
|
|
+ batch.setCustomerSource(data.getCustomerSource());
|
|
|
+ batch.setBookingType(data.getBookingType());
|
|
|
+ batch.setBookingDicWay(data.getBookingDicWay());
|
|
|
return batch;
|
|
|
}
|
|
|
|
|
|
@@ -608,6 +614,9 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batchDto.setOuterOrdersNo(order.getOuterOrdersNo());
|
|
|
batchDto.setRemark(order.getRemark());
|
|
|
batchDto.setHourRoomId(order.getHourRoomId());
|
|
|
+ batchDto.setCustomerSource(order.getCustomerSource());
|
|
|
+ batchDto.setBookingType(order.getBookingType());
|
|
|
+ batchDto.setBookingDicWay(order.getBookingDicWay());
|
|
|
}
|
|
|
void setBatchOrderInfoForEdit(BusRoomBookingOrders order, BookingBatchRoomsVo batchDto){
|
|
|
batchDto.setBreakfastNum(order.getBreakfastNum());
|
|
|
@@ -625,5 +634,8 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batchDto.setOuterOrdersNo(order.getOuterOrdersNo());
|
|
|
batchDto.setRemark(order.getRemark());
|
|
|
batchDto.setHourRoomId(order.getHourRoomId());
|
|
|
+ batchDto.setCustomerSource(order.getCustomerSource());
|
|
|
+ batchDto.setBookingType(order.getBookingType());
|
|
|
+ batchDto.setBookingDicWay(order.getBookingDicWay());
|
|
|
}
|
|
|
}
|