作者 lyh

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6

@@ -121,7 +121,7 @@ class Demo extends Command @@ -121,7 +121,7 @@ class Demo extends Command
121 } 121 }
122 122
123 $fileModel = new FileModel(); 123 $fileModel = new FileModel();
124 - $fileList = $fileModel->list(['project_id'=>$this->param['project_id'],'is_cos'=>1],'id',['id','path','is_cos']); 124 + $fileList = $fileModel->list(['project_id'=>$this->param['project_id'],'is_cos'=>1],'id',['id','path','is_cos','name']);
125 if(!empty($fileList)){ 125 if(!empty($fileList)){
126 $amazonS3Service = new AmazonS3Service(); 126 $amazonS3Service = new AmazonS3Service();
127 foreach ($fileList as $k => $v){ 127 foreach ($fileList as $k => $v){