Commit 665d3080 authored by zhz's avatar zhz

collect

parent 833faa2d
...@@ -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