|  |  |  | 
|---|
|  |  |  | if(Objects.isNull(platformReason)|| !Constants.equalsInteger(platformReason.getIsdeleted(),Constants.ZERO)){ | 
|---|
|  |  |  | throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"入园原因信息异常,请刷新重试"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if(platformBooksApplyDTO.getTotalNum().compareTo(platformReason.getLimitNum())>Constants.ZERO){ | 
|---|
|  |  |  | throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"任务量超出单日可作业量,请修改后重新输入!"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | PlatformGroup platformGroup= platformGroupMapper.selectById(platformReason.getGroupId()); | 
|---|
|  |  |  | if(Objects.isNull(platformGroup)){ | 
|---|
|  |  |  | throw new BusinessException(ResponseStatus.DATA_EMPTY.getCode(),"未查询到绑定月台组数据"); | 
|---|
|  |  |  | 
|---|
|  |  |  | || Objects.isNull(platformBooksApplyDTO.getDriverId()) | 
|---|
|  |  |  | || StringUtils.isBlank(platformBooksApplyDTO.getDriverPhone()) | 
|---|
|  |  |  | || StringUtils.isBlank(platformBooksApplyDTO.getDriverName()) | 
|---|
|  |  |  | || StringUtils.isBlank(platformBooksApplyDTO.getTransportImg()) | 
|---|
|  |  |  | ){ | 
|---|
|  |  |  | || StringUtils.isBlank(platformBooksApplyDTO.getTransportImg())){ | 
|---|
|  |  |  | throw new BusinessException(ResponseStatus.BAD_REQUEST); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | //查询车辆是否为自有车 | 
|---|