修复参数
This commit is contained in:
parent
36d7aeecce
commit
153a100a1a
@ -312,7 +312,7 @@ class ProductRepository extends BaseRepository
|
||||
}
|
||||
$res = $this->dao->get($id);
|
||||
$data['svip_price_type'] = $res['svip_price_type'];
|
||||
$settleParams = $this->setAttrValue($data, $id, 0, 1);
|
||||
$settleParams = $this->setAttrValue($data, $id, 0, 1,$merId);
|
||||
$settleParams['cate'] = $this->setMerCate($data['mer_cate_id'], $id, $merId);
|
||||
$settleParams['attr'] = $this->setAttr($data['attr'], $id);
|
||||
$data['price'] = $settleParams['data']['price'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user