作者 邓超

x

@@ -69,9 +69,9 @@ class HotMail { @@ -69,9 +69,9 @@ class HotMail {
69 // 黑名单 69 // 黑名单
70 if(!empty($this->back)&&is_array($this->back)){ 70 if(!empty($this->back)&&is_array($this->back)){
71 foreach ($this->back as $item){ 71 foreach ($this->back as $item){
72 - if(!$this->db->count("select count(*) from `ai_black_email` where ".dbWhere(['email'=>$e]))){  
73 - echo '插入数据 '.$e."\n";  
74 - $this->db->insert('ai_black_email',['email'=>$e],false); 72 + if(!$this->db->count("select count(*) from `ai_black_email` where ".dbWhere(['email'=>$item]))){
  73 + echo '插入数据 '.$item."\n";
  74 + $this->db->insert('ai_black_email',['email'=>$item],false);
75 } 75 }
76 } 76 }
77 } 77 }