|
@@ -168,6 +168,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
throw new JeecgBootException("请填写团队名称");
|
|
throw new JeecgBootException("请填写团队名称");
|
|
|
if(item.getBatchRooms() == null || item.getBatchRooms().size() == 0)
|
|
if(item.getBatchRooms() == null || item.getBatchRooms().size() == 0)
|
|
|
throw new JeecgBootException("请添加批次信息");
|
|
throw new JeecgBootException("请添加批次信息");
|
|
|
|
|
+ save(item.getOrderInfo());
|
|
|
item.getBatchRooms().forEach(c->{
|
|
item.getBatchRooms().forEach(c->{
|
|
|
if(c.getArrivalTime() == null || c.getDueOutTime() == null)
|
|
if(c.getArrivalTime() == null || c.getDueOutTime() == null)
|
|
|
throw new JeecgBootException("预抵时间和预离时间不能为空");
|
|
throw new JeecgBootException("预抵时间和预离时间不能为空");
|