作者 邓超

预热邮件

... ... @@ -74,9 +74,6 @@ class HotMailArchive {
if($ret){
$this->db->delete(listsSql::$table,['id'=>$item['id']]);
}
if($item['id'] > $id){
$id = $item['id'];
}
}
$this->move($fid);
}
... ...