|
...
|
...
|
@@ -35,7 +35,6 @@ class CopyImageFileJob implements ShouldQueue |
|
|
|
*/
|
|
|
|
public function handle()
|
|
|
|
{
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export('进入111111111', true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$imageModel = new ImageModel();
|
|
|
|
//获取当前项目的所有图片
|
|
|
|
$imageList = $imageModel->list(['project_id'=>$this->param['project_id'],'is_cos'=>1],'id',['id','path','is_cos','size']);
|
...
|
...
|
|