|
@@ -574,6 +574,21 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
batch.setArrivalTime(data.getArrivalTime());
|
|
batch.setArrivalTime(data.getArrivalTime());
|
|
|
batch.setDueOutTime(data.getDueOutTime());
|
|
batch.setDueOutTime(data.getDueOutTime());
|
|
|
batch.setDayCount(data.getDayCount());
|
|
batch.setDayCount(data.getDayCount());
|
|
|
|
|
+ batch.setBreakfastNum(data.getBreakfastNum());
|
|
|
|
|
+ batch.setLunchNum(data.getLunchNum());
|
|
|
|
|
+ batch.setDinnerNum(data.getDinnerNum());
|
|
|
|
|
+ batch.setCustomerType(data.getCustomerType());
|
|
|
|
|
+ batch.setVipCustomerId(data.getVipCustomerId());
|
|
|
|
|
+ batch.setContractTeamId(data.getContractTeamId());
|
|
|
|
|
+ batch.setContractTeamProtocolId(data.getContractTeamProtocolId());
|
|
|
|
|
+ batch.setRoomPriceSlnId(data.getRoomPriceSlnId());
|
|
|
|
|
+ batch.setAgencyName(data.getAgencyName());
|
|
|
|
|
+ batch.setContactId(data.getContactId());
|
|
|
|
|
+ batch.setWarrantType(data.getWarrantType());
|
|
|
|
|
+ batch.setWarranter(data.getWarranter());
|
|
|
|
|
+ batch.setOuterOrdersNo(data.getOuterOrdersNo());
|
|
|
|
|
+ batch.setRemark(data.getRemark());
|
|
|
|
|
+ batch.setHourRoomId(data.getHourRoomId());
|
|
|
return batch;
|
|
return batch;
|
|
|
}
|
|
}
|
|
|
|
|
|