作者 张关杰

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

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