更新接口
This commit is contained in:
parent
17b5db0e4e
commit
91b2ca945d
@ -1779,6 +1779,7 @@ class ProductRepository extends BaseRepository
|
|||||||
$cart = null;
|
$cart = null;
|
||||||
$where = $this->dao->productShow();
|
$where = $this->dao->productShow();
|
||||||
$where['product_id'] = $data['product_id'];
|
$where['product_id'] = $data['product_id'];
|
||||||
|
$where['product_type'] = $data['product_type'];
|
||||||
unset($where['is_gift_bag']);
|
unset($where['is_gift_bag']);
|
||||||
$product = $this->dao->search(null, $where)->find();
|
$product = $this->dao->search(null, $where)->find();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user