|
...
|
...
|
@@ -182,6 +182,8 @@ class ProjectLogic extends BaseLogic |
|
|
|
$this->saveProjectAfter($this->param['project_after']);
|
|
|
|
//单独保存小语种配置
|
|
|
|
$this->saveMinorLanguages($this->param['minor_languages'] ?? [],$this->param['id']);
|
|
|
|
//单独保存行业信息
|
|
|
|
ProjectIndustryRelated::saveRelated($this->param['id'],$this->param['industry'] ?? []);
|
|
|
|
//同步图片文件
|
|
|
|
$this->syncImageFile($this->param['project_location'],$this->param['id']);
|
|
|
|
//同步信息表
|
...
|
...
|
|