This commit is contained in:
parent
6fbcc33edc
commit
793e8fda43
@ -70,7 +70,10 @@ public function action_push2contact()
|
|||||||
'related_id' => $contact->id,
|
'related_id' => $contact->id,
|
||||||
'related_type' => Contact::class
|
'related_type' => Contact::class
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
info("分配试驾数据 {$item->id} 给联系人 {$contact->id}");
|
||||||
$this->info("分配试驾数据 {$item->id} 给联系人 {$contact->id}");
|
$this->info("分配试驾数据 {$item->id} 给联系人 {$contact->id}");
|
||||||
|
|
||||||
$offset = ($offset + 1) % $count;
|
$offset = ($offset + 1) % $count;
|
||||||
}
|
}
|
||||||
cache()->forever('push2contact:offset', $offset);
|
cache()->forever('push2contact:offset', $offset);
|
||||||
|
Loading…
Reference in New Issue
Block a user