...
|
...
|
@@ -61,7 +61,7 @@ class HotMailArchive { |
|
|
|
|
|
public function move($fid){
|
|
|
_echo('正在移动 '.$fid);
|
|
|
$list = $this->db->all(\Model\listsSql::first(dbWhere(['folder_id'=>$fid,'is_hots'=>1])).'000');
|
|
|
$list = $this->db->all(\Model\listsSql::first(dbWhere(['folder_id'=>$fid,'is_hots'=>1])).'0000');
|
|
|
if($list){
|
|
|
$this->db->transaction(function () use ($list){
|
|
|
foreach ($list as $item){
|
...
|
...
|
@@ -78,7 +78,7 @@ class HotMailArchive { |
|
|
}
|
|
|
return true;
|
|
|
});
|
|
|
|
|
|
$list = null;
|
|
|
$this->move($fid);
|
|
|
}
|
|
|
|
...
|
...
|
|