...
|
...
|
@@ -90,7 +90,7 @@ class AutoMail { |
|
|
if(in_array(strtolower($item['from']),$this->black_emails)){
|
|
|
if (!isset($this->filter[$item['email_id']])){
|
|
|
// 找到邮箱
|
|
|
$e = $this->db->value(listsSql::first(dbWhere(['id'=>$item['email_id']]),'email'));
|
|
|
$e = $this->db->value(\Model\emailSql::first($item['email_id'],'`email`'));
|
|
|
// 是否是ai邮件
|
|
|
$this->filter[$item['email_id']] =
|
|
|
$this->db->count("select count(*) from `hot_mail` where ".dbWhere(['email'=> $e]));
|
...
|
...
|
|