Commit 4bdcd05f authored by wwccw0591's avatar wwccw0591

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

parents 23a645df 369a8d07
...@@ -451,7 +451,6 @@ class GoodsCommonServiceModel extends \Business\AbstractModel ...@@ -451,7 +451,6 @@ class GoodsCommonServiceModel extends \Business\AbstractModel
\DAO\MemberModel::getInstance()->_changeNum(\Our\NameConst::goodsCollection,$memberId); \DAO\MemberModel::getInstance()->_changeNum(\Our\NameConst::goodsCollection,$memberId);
return true; return true;
} }
\Error\ErrorModel::throwException(\Error\CodeConfigModel::commonError);
} }
......
...@@ -368,7 +368,6 @@ class StoreServiceModel extends \Business\AbstractModel{ ...@@ -368,7 +368,6 @@ class StoreServiceModel extends \Business\AbstractModel{
\DAO\MemberModel::getInstance()->_changeNum(\Our\NameConst::storeCollection,$memberId); \DAO\MemberModel::getInstance()->_changeNum(\Our\NameConst::storeCollection,$memberId);
return true; return true;
} }
\Error\ErrorModel::throwException(\Error\CodeConfigModel::commonError);
} }
/** /**
......
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