Commit afcab0d6 authored by lingqingmei's avatar lingqingmei

Merge branch 'lyz_blstorage' of...

Merge branch 'lyz_blstorage' of http://git.shenbd.com/api-project-dev/api.shenbd.com into master_dev
parents 21c9200c 13b65e44
......@@ -1013,7 +1013,7 @@ class OrderConfirmUtil {
if($blGoodsList){
$dbName = \Our\DbNameConst::masterDBConnectName;
$pBundlingDao = \DAO\PBundlingModel::getInstance($dbName);
$pBundlingResult = $pBundlingDao->updateBlStorage($blGoodsList);
$pBundlingResult = $pBundlingDao->updateBlStorage($blGoodsList,$op);
if(!$pBundlingResult){
\Error\ErrorModel::throwException(\Error\CodeConfigModel::blGoodsStorageToDBFailedForOrder);
}
......
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