Commit ec8aa2da authored by liuyuzhen's avatar liuyuzhen

editCartdonotupdateTime

parent aa270d82
...@@ -186,7 +186,7 @@ class CartServiceModel extends \Business\AbstractModel{ ...@@ -186,7 +186,7 @@ class CartServiceModel extends \Business\AbstractModel{
}else if($cart['type'] == \Our\ApiConst::addBundingToCart){ }else if($cart['type'] == \Our\ApiConst::addBundingToCart){
$newCart = $this->getPBundlingGoodsCartData($data['goodsNum'],$memberId,$pBundling); $newCart = $this->getPBundlingGoodsCartData($data['goodsNum'],$memberId,$pBundling);
} }
unset($newCart['gmt_update']); unset($newCart['newCarts'][0]['gmt_update']);
return $newCart; return $newCart;
} }
......
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