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