init
All checks were successful
Deploy to Production / deploy (push) Successful in 13s

This commit is contained in:
珂珂 2024-11-15 16:18:48 +08:00
parent 6fbcc33edc
commit 793e8fda43

View File

@ -70,7 +70,10 @@ public function action_push2contact()
'related_id' => $contact->id,
'related_type' => Contact::class
]);
info("分配试驾数据 {$item->id} 给联系人 {$contact->id}");
$this->info("分配试驾数据 {$item->id} 给联系人 {$contact->id}");
$offset = ($offset + 1) % $count;
}
cache()->forever('push2contact:offset', $offset);