作者 lyh

gx脚本更新路由

@@ -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('系统错误,请联系管理员');