This commit is contained in:
@@ -98,7 +98,7 @@ class BYDAutoCommand extends Command
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user