...
|
...
|
@@ -480,9 +480,7 @@ class SyncMail { |
|
|
Event::call('mail_sync_list',$id, $data);
|
|
|
|
|
|
}else{
|
|
|
if(!$this->db->update(listsSql::$table,$data,dbWhere(['id'=> $id]))){
|
|
|
$this->db->update('lists_hot',$data,dbWhere(['id'=> $id]));
|
|
|
}
|
|
|
$this->db->update(listsSql::$table,$data,dbWhere(['id'=> $id]));
|
|
|
}
|
|
|
|
|
|
//TODO 如果header 头信息里面有2段数据 第二段就作为内容解析
|
...
|
...
|
|