Commit 52a1a4c4 authored by liuyuzhen's avatar liuyuzhen

组合销售编辑是不限制库存

parent b99a4f69
...@@ -371,7 +371,7 @@ class CartServiceModel extends \Business\AbstractModel{ ...@@ -371,7 +371,7 @@ class CartServiceModel extends \Business\AbstractModel{
if(!(isset($data['goodsNum'])&&intval($data['goodsNum'])>\Our\ApiConst::zero)){ if(!(isset($data['goodsNum'])&&intval($data['goodsNum'])>\Our\ApiConst::zero)){
\Error\ErrorModel::throwException(\Error\CodeConfigModel::emptyCartBlNum); \Error\ErrorModel::throwException(\Error\CodeConfigModel::emptyCartBlNum);
} }
$this->checkBundlingGoods($pBundling,$data['goodsNum'],true); $this->checkBundlingGoods($pBundling,$data['goodsNum']);
} }
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment