@@ -119,6 +119,8 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
} else {
item.getOrderInfo().setContactId(customer.getId());
}
+ } else if(item.getLivingRoomDayPrices() != null && item.getLivingRoomDayPrices().size() > 0){
+
} else throw new JeecgBootException("客人信息不能为空");
// 【添加客人信息 end】