作者 邓超

预热邮件

@@ -74,9 +74,6 @@ class HotMailArchive { @@ -74,9 +74,6 @@ class HotMailArchive {
74 if($ret){ 74 if($ret){
75 $this->db->delete(listsSql::$table,['id'=>$item['id']]); 75 $this->db->delete(listsSql::$table,['id'=>$item['id']]);
76 } 76 }
77 - if($item['id'] > $id){  
78 - $id = $item['id'];  
79 - }  
80 } 77 }
81 $this->move($fid); 78 $this->move($fid);
82 } 79 }