作者 邓超

x

... ... @@ -88,7 +88,7 @@ class Home extends Base {
$folder_id = array_filter($folder_id,'is_int');
//目录
if($folder_id) $where['folder_id'] = $folder_id;
if($folder_id) $where['folder_id'] = array_values($folder_id);
if($ids) $where['id'] = $ids;
if(paramHas('attachment')){
... ...