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

This commit is contained in:
珂珂 2024-12-08 17:13:23 +08:00
parent b1ebc8dd8a
commit 6a58b40596

View File

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