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