Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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){ |
-
请 注册 或 登录 后发表评论