Commit 12ee6f01 authored by christ's avatar christ

refundGoodsAmount

parent 5d539462
......@@ -1144,6 +1144,7 @@ class RefundServiceModel extends \Business\AbstractModel
$refundReturn['goodsAttr'] = $goodsDao->getFormatGoodsAttr($orderGoods['goodsSpec']);
$refundReturn['sellerStateName'] = ArrayConst::sellerState[$refundReturn['sellerState']];
$refundReturn['refundTypeName'] = ArrayConst::refundType[$refundReturn['refundType']];
$refundReturn['goodsPayPrice']=$orderGoods['goodsPayPrice'];
$refundReturn['returnTypeName'] = ArrayConst::returnType[$refundReturn['returnType']];
$refundReturn['picInfo'] =!empty($refundReturn['picInfo'])?unserialize($refundReturn['picInfo']):array();
if(!empty($refundReturn['picInfo'])){
......
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