作者 邓超

hot

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