Commit f9b68450 authored by liuyuzhen's avatar liuyuzhen

立即购买结算问题

parent 47b6a1ce
......@@ -827,7 +827,7 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
}
$goodsIds[] = $goods['goods_id'];
$goodsCommonIds[] = $goods['goods_commonid'];
$storeTotalPrice += $goods['goods_price']*$tempObj['goodsNum'];
$storeTotalPrice += $tempObj['goodsPrice']*$tempObj['goodsNum'];
$storeCouponPrice = $storeTotalPrice;
$oneGoodsCommon = $goodsCommonStorages[$goods['goods_commonid']];
$goodsStorage = isset($oneGoodsCommon[$goods['goods_id']])?$oneGoodsCommon[$goods['goods_id']]:array();
......
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