From 90e2128459a2dae1df0e1eeba9e62e2f6e9ad42b Mon Sep 17 00:00:00 2001 From: vilson <545522390@qq.com> Date: Fri, 12 Jul 2019 14:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8E=A8=E9=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vilson <545522390@qq.com> --- application/project/behavior/Task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/project/behavior/Task.php b/application/project/behavior/Task.php index 95319bf..5b34fe1 100644 --- a/application/project/behavior/Task.php +++ b/application/project/behavior/Task.php @@ -250,7 +250,7 @@ class Task } } if (isOpenNoticePush()) { - $messageService->sendToUid($taskMember['member_code'], ['content' => $notifyData['content'], 'title' => $notifyData['title'], 'data' => ['organizationCode' => getCurrentOrganizationCode()], 'notify' => $result], $notifyData['action']); + $messageService->sendToUid($taskMember['member_code'], ['content' => $notifyData['content'], 'title' => $notifyData['title'], 'data' => ['organizationCode' => getCurrentOrganizationCode(), 'projectCode' => $task['project_code'], 'taskCode' => $task['code']], 'notify' => $result], $notifyData['action']); } } }