正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -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 | //同步信息表 |
-
请 注册 或 登录 后发表评论