作者 邓超

hot

@@ -78,7 +78,8 @@ class HotMail { @@ -78,7 +78,8 @@ class HotMail {
78 $this->db->update('ai_black_email',['time'=>$version],'`id` = '.$id,false); 78 $this->db->update('ai_black_email',['time'=>$version],'`id` = '.$id,false);
79 } 79 }
80 } 80 }
81 - $this->db->delete('ai_black_email',['time.<>'=>$version]); 81 + // 删除
  82 + echo '黑名单邮箱移除 '.$this->db->delete('ai_black_email',['time.<>'=>$version])." 个\n";
82 } 83 }
83 84
84 } 85 }