作者 张关杰

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

... ... @@ -164,6 +164,8 @@ class ProjectLogic extends BaseLogic
}
public function syncImageFile($location,$project_id){
@file_put_contents(storage_path('logs/lyh_error.log'), var_export('进入:'.$location, true) . PHP_EOL, FILE_APPEND);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export('进入:'.$project_id, true) . PHP_EOL, FILE_APPEND);
if($location == 1){
CopyImageFile::dispatch(['project_id'=>$project_id]);
}
... ...