no message

This commit is contained in:
kuaifan
2021-06-24 14:48:05 +08:00
parent a695e2d2cb
commit 10e2ef2689
2 changed files with 33 additions and 30 deletions

View File

@@ -743,7 +743,8 @@ class ProjectTask extends AbstractModel
throw new ApiException('任务不存在');
}
//
Project::userProject($task->project_id, $ignoreArchived);
$project = Project::userProject($task->project_id, $ignoreArchived);
$task->project_owner = $project->owner;
//
return $task;
}