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