This commit is contained in:
parent
77e2e4fdb2
commit
1a29ed23d9
@ -63,11 +63,6 @@ public function action_push2contact()
|
||||
return !in_array($item->mobile, $sendItems);
|
||||
});
|
||||
|
||||
// 去除中文名字长度大于3的数据
|
||||
// $items = $items->filter(function ($item) {
|
||||
// return !$this->isDirtyName($item->name);
|
||||
// });
|
||||
|
||||
// 联系人
|
||||
$contacts = Contact::query()
|
||||
->where('status', Contact::STATUS_PUBLISHED)
|
||||
|
Loading…
Reference in New Issue
Block a user