dev
All checks were successful
Deploy to Production / deploy (push) Successful in 15s

This commit is contained in:
珂珂 2024-12-08 16:56:05 +08:00
parent 47dd821f1f
commit b1ebc8dd8a

View File

@ -122,7 +122,7 @@ public function action_push2contact()
return !in_array($item->mobile, $sendItems);
});
$items = $items->sortBy('id')->take(157);
$items = $items->sortBy('id')->take(100);
$confirm = $this->confirm("共有 {$items->count()} 条数据,是否继续?");
if (!$confirm) return Command::SUCCESS;