作者 邓超

x

@@ -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