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']); } } }