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

This commit is contained in:
珂珂 2024-11-15 16:31:55 +08:00
parent f2f90f06f7
commit be98f7cf85

View File

@ -50,6 +50,7 @@ public function action_push2contact()
->where('status', Testdrive::STATUS_DRAFT)
->orderBy('id')
->get();
$items = $items->unique('mobile');
$contacts = Contact::query()
->where('status', Contact::STATUS_PUBLISHED)