更新接口

This commit is contained in:
mkm 2023-04-23 19:56:06 +08:00
parent 17b5db0e4e
commit 91b2ca945d

View File

@ -1779,6 +1779,7 @@ class ProductRepository extends BaseRepository
$cart = null;
$where = $this->dao->productShow();
$where['product_id'] = $data['product_id'];
$where['product_type'] = $data['product_type'];
unset($where['is_gift_bag']);
$product = $this->dao->search(null, $where)->find();