正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论