no message

This commit is contained in:
kuaifan
2021-06-24 18:08:54 +08:00
parent 43ff98353d
commit 771559696f
3 changed files with 26 additions and 6 deletions

View File

@@ -1005,7 +1005,7 @@ class ProjectController extends AbstractController
$builder->whereTaskId($task->id);
} else {
$project = Project::userProject($project_id);
$builder->whereTaskId($project->id);
$builder->whereProjectId($project->id);
}
//
$list = $builder->orderByDesc('created_at')->paginate(Base::getPaginate(100, 20));