作者 lyh

gx

@@ -75,7 +75,7 @@ class ProductLogic extends BaseLogic @@ -75,7 +75,7 @@ class ProductLogic extends BaseLogic
75 $param['keyword_id'] = Arr::arrToSet($param['keyword_id'] ?? ''); 75 $param['keyword_id'] = Arr::arrToSet($param['keyword_id'] ?? '');
76 $param['describe'] = Arr::a2s($param['describe'] ?? ''); 76 $param['describe'] = Arr::a2s($param['describe'] ?? '');
77 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? ''); 77 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? '');
78 - $param['seo_mate'] = Arr::a2s($param['seo_mate']); 78 + $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? '');
79 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? ''); 79 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? '');
80 $param['icon'] = Arr::a2s($param['icon'] ?? ''); 80 $param['icon'] = Arr::a2s($param['icon'] ?? '');
81 $param['created_uid'] = $this->user['id']; 81 $param['created_uid'] = $this->user['id'];