|
|
@@ -2374,9 +2374,11 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
bkRoom.setRoomId(changeRoom.getId());
|
|
|
bkRoom.setLayoutId(changeRoom.getLayoutId());
|
|
|
bookingRoomsService.updateById(bkRoom);
|
|
|
+ origLivingRoom.setLivingOrderId("");
|
|
|
origLivingRoom.setRoomStatus(RoomStatusEnum.EMPTY_DIRTY.getKey());
|
|
|
roomsService.updateById(origLivingRoom);
|
|
|
changeRoom.setRoomStatus(RoomStatusEnum.LIVE_CLEAR.getKey());
|
|
|
+ changeRoom.setLivingOrderId(livingOrderId);
|
|
|
roomsService.updateById(changeRoom);
|
|
|
livingLayoutDayPriceService.remove(Wrappers.<BusLivingLayoutDayPrice>query().eq("living_order_id",livingOrderId));
|
|
|
prices.forEach(s->{
|