|
@@ -262,7 +262,7 @@ public class BusRoomBookingOrdersController extends JeecgController<BusRoomBooki
|
|
|
@ApiOperation(value="酒店预定订单-预约房间入住", notes="酒店预定订单-预约房间入住")
|
|
@ApiOperation(value="酒店预定订单-预约房间入住", notes="酒店预定订单-预约房间入住")
|
|
|
@RequestMapping(value = "booking-to-live",method = RequestMethod.POST)
|
|
@RequestMapping(value = "booking-to-live",method = RequestMethod.POST)
|
|
|
public Result<String> bookingRoomToLive(String bookingRoomId, @RequestBody List<BusLivingCustomer> customers,String hotelId) {
|
|
public Result<String> bookingRoomToLive(String bookingRoomId, @RequestBody List<BusLivingCustomer> customers,String hotelId) {
|
|
|
- return Result.OK("入住成功",service.bookingToLive(bookingRoomId, customers,hotelId,true));
|
|
|
|
|
|
|
+ return Result.OK("入住成功",service.bookingToLive(bookingRoomId, customers,hotelId,true,null));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|