作者 刘锟

update

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