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