| 
...
 | 
...
 | 
@@ -35,15 +35,13 @@ class Home extends Base { | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
         $last_id   =   app()->request('last_id',0,['intval','abs']);
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
         $email_id   =   app()->request('email_id',0,['intval','abs']);
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
         $folder_ids   =   app()->request('folder_ids',[],['intval','abs']);
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
         if(!is_array($folder_ids)){
 | 
| 
 | 
 | 
             app()->_json([]);
 | 
| 
 | 
 | 
         }
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
         $where = ['email_id'    =>  $email_id];
 | 
| 
 | 
 | 
         $where = ['email_id'    =>  $this->getEmail('id')];
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
         //目录
 | 
| 
 | 
 | 
         $where['folder_id'] = $folder_ids;
 | 
...
 | 
...
 | 
 |