修改自动推广的相关任务

This commit is contained in:
wangjinlei
2026-04-24 19:28:10 +08:00
parent a955316ec3
commit 0bac3b5d3f
2 changed files with 3 additions and 2 deletions

View File

@@ -2183,7 +2183,7 @@ class EmailClient extends Base
->where('f.state', 0)
->where('f.expert_type', 5)
->where('j.state', 0)
->where('j.start_promotion', 1)
->where('f.start_promotion', 1)
->field('f.*, j.title as journal_title, j.default_template_id, j.default_style_id')
->select();