fix:去除校验
This commit is contained in:
@@ -29,9 +29,9 @@ public class TaskUtil {
|
|||||||
if (schBaseTask.getTask_status().equals(TaskStatusEnum.FINISHED.getCode())) {
|
if (schBaseTask.getTask_status().equals(TaskStatusEnum.FINISHED.getCode())) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (StringUtils.isBlank(schBaseTask.getVehicle_code())) {
|
// if (StringUtils.isBlank(schBaseTask.getVehicle_code())) {
|
||||||
throw new BadRequestException("任务类型为:" + taskType + "子卷号不能为空!");
|
// throw new BadRequestException("任务类型为:" + taskType + "子卷号不能为空!");
|
||||||
}
|
// }
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user