fix:去除校验

This commit is contained in:
2024-07-03 15:38:27 +08:00
parent 14e00b4824
commit 9b1280fa76

View File

@@ -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;
}