正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -179,6 +179,7 @@ class MailListV2Es2 extends Base { | @@ -179,6 +179,7 @@ class MailListV2Es2 extends Base { | ||
179 | 179 | ||
180 | // 软删 | 180 | // 软删 |
181 | $where['deleted'] = 0; | 181 | $where['deleted'] = 0; |
182 | + $where['source'] = 2; // ai邮件群体 | ||
182 | $where['email_id'] = $this->getEmails('id'); | 183 | $where['email_id'] = $this->getEmails('id'); |
183 | 184 | ||
184 | $query = [ | 185 | $query = [ |
-
请 注册 或 登录 后发表评论