|
...
|
...
|
@@ -304,7 +304,7 @@ class ProductLogic extends BaseLogic |
|
|
|
$param['attr_id'] = Arr::arrToSet($param['attr_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'] ?? '');
|
|
|
|
if(isset($param['icon'])){
|
|
|
|
foreach ($param['icon'] as $k1 => $v1){
|
...
|
...
|
|