Commit 4c9e8e48 authored by zhz's avatar zhz

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into master_dev

parents 1a3fe69c 52a1a4c4
......@@ -371,7 +371,7 @@ class CartServiceModel extends \Business\AbstractModel{
if(!(isset($data['goodsNum'])&&intval($data['goodsNum'])>\Our\ApiConst::zero)){
\Error\ErrorModel::throwException(\Error\CodeConfigModel::emptyCartBlNum);
}
$this->checkBundlingGoods($pBundling,$data['goodsNum'],true);
$this->checkBundlingGoods($pBundling,$data['goodsNum']);
}
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