作者 lyh

gx

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