正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -51,7 +51,7 @@ class SyncMail { | @@ -51,7 +51,7 @@ class SyncMail { | ||
51 | $w = ['email' => strtolower($data['from'])]; | 51 | $w = ['email' => strtolower($data['from'])]; |
52 | } | 52 | } |
53 | // 是否在 预热邮箱中 | 53 | // 是否在 预热邮箱中 |
54 | - if($this->db->count('select count(*) from `hot_mail` where '.dbWhere($w))){ | 54 | + if($w['email'] && $this->db->count('select count(*) from `hot_mail` where '.dbWhere($w))){ |
55 | return $this->hot($id); | 55 | return $this->hot($id); |
56 | } | 56 | } |
57 | 57 |
-
请 注册 或 登录 后发表评论