|
...
|
...
|
@@ -153,10 +153,10 @@ class ProjectLogic extends BaseLogic |
|
|
|
$this->saveProjectDeployOptimize($this->param['deploy_optimize']);
|
|
|
|
//保存售后信息
|
|
|
|
$this->saveProjectAfter($this->param['project_after']);
|
|
|
|
$this->saveMinorLanguages($this->param['minor_language'] ?? []);
|
|
|
|
$this->syncImageFile($this->param['project_location'],$this->param['id']);
|
|
|
|
// $this->saveMinorLanguages($this->param['minor_language'] ?? []);
|
|
|
|
// $this->syncImageFile($this->param['project_location'],$this->param['id']);
|
|
|
|
//创建站点
|
|
|
|
(new SyncService())->projectAcceptAddress($this->param['id']);
|
|
|
|
// (new SyncService())->projectAcceptAddress($this->param['id']);
|
|
|
|
}
|
|
|
|
// DB::commit();
|
|
|
|
// }catch (\Exception $e){
|
...
|
...
|
|