作者 lyh

gx脚本更新路由

@@ -314,7 +314,7 @@ class ProductLogic extends BaseLogic @@ -314,7 +314,7 @@ class ProductLogic extends BaseLogic
314 } 314 }
315 $param['attrs'] = Arr::a2s($param['attrs'] ?? []); 315 $param['attrs'] = Arr::a2s($param['attrs'] ?? []);
316 $param['attr_id'] = Arr::arrToSet($param['attr_id'] ?? ''); 316 $param['attr_id'] = Arr::arrToSet($param['attr_id'] ?? '');
317 - $param['describe'] = Arr::a2s($param['describe'] ?? []); 317 +// $param['describe'] = Arr::a2s($param['describe'] ?? []);
318 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? ''); 318 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? '');
319 $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? []); 319 $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? []);
320 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? ''); 320 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? '');