更新
This commit is contained in:
parent
15715e717c
commit
44f915df67
@ -779,6 +779,12 @@ class ProductRepository extends BaseRepository
|
||||
}
|
||||
unset($data['content']);
|
||||
$data['content'] = $content;
|
||||
// $attr = $this->detailAttr($data['attr']);
|
||||
$attrValue =$data['attrValue'];
|
||||
|
||||
$sku = $this->detailAttrValue($attrValue, null, $data['product_type'], null);
|
||||
$data['sku'] = $sku;
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user