|
...
|
...
|
@@ -165,7 +165,7 @@ class ProjectLogic extends BaseLogic |
|
|
|
|
|
|
|
public function syncImageFile($location,$project_id){
|
|
|
|
if($location == 1){
|
|
|
|
// CopyImageFile::dispatch(['project_id'=>$project_id]);
|
|
|
|
CopyImageFile::dispatch(['project_id'=>$project_id]);
|
|
|
|
}
|
|
|
|
return $this->success();
|
|
|
|
}
|
...
|
...
|
|