正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -50,7 +50,7 @@ class ProductLogic extends BaseLogic | @@ -50,7 +50,7 @@ class ProductLogic extends BaseLogic | ||
| 50 | CategoryRelated::saveRelated($data['id'], $this->param['category_id'] ?? []);//分类关联 | 50 | CategoryRelated::saveRelated($data['id'], $this->param['category_id'] ?? []);//分类关联 |
| 51 | KeywordRelated::saveRelated($data['id'],$this->param['keyword_id'] ?? []);//关键字关联 | 51 | KeywordRelated::saveRelated($data['id'],$this->param['keyword_id'] ?? []);//关键字关联 |
| 52 | $this->saveExtendInfo($data['id'],$this->param['extend'] ?? []);//扩展字段 | 52 | $this->saveExtendInfo($data['id'],$this->param['extend'] ?? []);//扩展字段 |
| 53 | - $this->saveDetail($data['id'],$this->param['detail'] ?? []); | 53 | +// $this->saveDetail($data['id'],$this->param['detail'] ?? []); |
| 54 | }catch (\Exception $e){ | 54 | }catch (\Exception $e){ |
| 55 | Log::info('错误信息---'.$e->getMessage()); | 55 | Log::info('错误信息---'.$e->getMessage()); |
| 56 | $this->fail('系统错误,请联系管理员'); | 56 | $this->fail('系统错误,请联系管理员'); |
-
请 注册 或 登录 后发表评论