From c023e642165eaea6cacd98624f79804c3b9423b1 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Fri, 3 Nov 2023 14:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8A=A5=E9=94=80=E5=AE=A1?= =?UTF-8?q?=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/ProjectTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/ProjectTask.php b/app/api/controller/ProjectTask.php index 57839e6..2d662c9 100644 --- a/app/api/controller/ProjectTask.php +++ b/app/api/controller/ProjectTask.php @@ -66,7 +66,7 @@ class ProjectTask extends ApiController add_log('edit', $param['id'], $param); add_project_log($this->uid,'task',$param, $task); } - return to_assign(); + $this->apiSuccess('操作成功'); } else { try { validate(TaskCheck::class)->scene('add')->check($param);