|
...
|
...
|
@@ -50,7 +50,7 @@ class ProductLogic extends BaseLogic |
|
|
|
CategoryRelated::saveRelated($data['id'], $this->param['category_id'] ?? []);//分类关联
|
|
|
|
KeywordRelated::saveRelated($data['id'],$this->param['keyword_id'] ?? []);//关键字关联
|
|
|
|
$this->saveExtendInfo($data['id'],$this->param['extend'] ?? []);//扩展字段
|
|
|
|
$this->saveDetail($data['id'],$this->param['detail'] ?? []);
|
|
|
|
// $this->saveDetail($data['id'],$this->param['detail'] ?? []);
|
|
|
|
}catch (\Exception $e){
|
|
|
|
Log::info('错误信息---'.$e->getMessage());
|
|
|
|
$this->fail('系统错误,请联系管理员');
|
...
|
...
|
|