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