|
@@ -304,7 +304,7 @@ class ProductLogic extends BaseLogic |
|
@@ -304,7 +304,7 @@ class ProductLogic extends BaseLogic |
|
304
|
$param['attr_id'] = Arr::arrToSet($param['attr_id'] ?? '');
|
304
|
$param['attr_id'] = Arr::arrToSet($param['attr_id'] ?? '');
|
|
305
|
$param['describe'] = Arr::a2s($param['describe'] ?? []);
|
305
|
$param['describe'] = Arr::a2s($param['describe'] ?? []);
|
|
306
|
$param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? '');
|
306
|
$param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? '');
|
|
307
|
- $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? '');
|
307
|
+ $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? []);
|
|
308
|
$param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? '');
|
308
|
$param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? '');
|
|
309
|
if(isset($param['icon'])){
|
309
|
if(isset($param['icon'])){
|
|
310
|
foreach ($param['icon'] as $k1 => $v1){
|
310
|
foreach ($param['icon'] as $k1 => $v1){
|