|
...
|
...
|
@@ -158,7 +158,6 @@ class ProjectLogic extends BaseLogic |
|
|
|
$this->saveProjectAfter($this->param['project_after']);
|
|
|
|
$this->saveMinorLanguages($this->param['minor_language'] ?? []);
|
|
|
|
$this->syncImageFile($this->param['project_location'],$this->param['id']);
|
|
|
|
//创建站点
|
|
|
|
(new SyncService())->projectAcceptAddress($this->param['id']);
|
|
|
|
}
|
|
|
|
DB::commit();
|
...
|
...
|
|