This commit is contained in:
parent
0a4db6d902
commit
6fbcc33edc
@ -63,7 +63,7 @@ public function action_push2contact()
|
|||||||
foreach ($items as $item) {
|
foreach ($items as $item) {
|
||||||
$contact = $contacts[$offset];
|
$contact = $contacts[$offset];
|
||||||
// $contact->notify(new TestdirveNotification($item));
|
// $contact->notify(new TestdirveNotification($item));
|
||||||
// $item->update(['status' => Testdrive::STATUS_PUBLISHED]);
|
$item->update(['status' => Testdrive::STATUS_PUBLISHED]);
|
||||||
Activity::create([
|
Activity::create([
|
||||||
'name' => '试驾通知(测试)',
|
'name' => '试驾通知(测试)',
|
||||||
'content' => ['testdrive' => $item->id, 'contact' => $contact->id],
|
'content' => ['testdrive' => $item->id, 'contact' => $contact->id],
|
||||||
|
Loading…
Reference in New Issue
Block a user