Commit 58b69e19 authored by liuyuzhen's avatar liuyuzhen

测试数据

parent d7625325
......@@ -445,14 +445,14 @@ class OrderConfirmUtil {
$orderGoods['goods_group'] = serialize($storeCart['goodsList']);
$orderGoods['goods_price'] = $storeCart['goodsPrice'];
$orderGoods['goods_commonid'] = \Our\ApiConst::zero;
$orderGoods['goods_spec'] = null;
$orderGoods['goods_spec'] = '';
}else{
$orderGoods['goods_price'] = \Goods\GoodsUtil::getInstance()->getRealPrice($storeCart['goodsId'],$this->memberId);
$orderGoods['goods_commonid'] = $storeCart['goodsCommonId'];
if($orderGoods['sale_act_id']&&$orderGoods['sale_id']){//当前商品有参与销售活动结算时
$this->saleGoodsIds[] = $storeCart['goodsId'];
}
$orderGoods['goods_group'] = null;
$orderGoods['goods_group'] = '';
}
$orderGoods['gmt_create'] = TIMESTAMP;
......
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