|
...
|
...
|
@@ -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]);
|
|
|
|
}
|
...
|
...
|
|