自动推广

This commit is contained in:
wangjinlei
2026-04-03 11:45:45 +08:00
parent 22947a56a4
commit a802b2e923
11 changed files with 2240 additions and 36 deletions

View File

@@ -2335,6 +2335,8 @@ class EmailClient extends Base
->where('jpf.state', 0)
->where('ef_fetch.state', 0)
->column('ef_fetch.field');
$fields = array_unique(array_filter(array_map('trim', $fields)));
if (empty($fields)) {