This commit is contained in:
parent
fa461d00c3
commit
174ea8d0e6
@ -98,7 +98,7 @@ public function action_push2contact()
|
||||
foreach ($sendList as $contactId => $items) {
|
||||
$contact = $contacts->firstWhere('id', $contactId);
|
||||
$this->info("发送试驾数据给联系人 {$contact->id} 总数 " . count($items));
|
||||
$contact->notify(new TestdirveNotification($items));
|
||||
// $contact->notify(new TestdirveNotification($items));
|
||||
}
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user