From ece6b274d7b9a152ccd94a7a3b65c52df6830177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=9C=9D=E4=BC=9F?= Date: Thu, 14 Nov 2024 10:39:57 +0800 Subject: [PATCH] init --- packages/bydauto/src/Jobs/TestdrivePushJob.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bydauto/src/Jobs/TestdrivePushJob.php b/packages/bydauto/src/Jobs/TestdrivePushJob.php index 38f4ee6..1fe0a29 100644 --- a/packages/bydauto/src/Jobs/TestdrivePushJob.php +++ b/packages/bydauto/src/Jobs/TestdrivePushJob.php @@ -39,8 +39,8 @@ public function sendNotification() Activity::create([ 'name' => '试驾通知', 'content' => ['testdrive' => $this->model->id, 'contact' => $contact->id], - 'related_id' => $this->model->id, - 'related_type' => Testdrive::class, + 'related_id' => $contact->id, + 'related_type' => Contact::class, ]); } }