Commit 685955ba authored by christ's avatar christ

refundservice

parent 84eb302c
......@@ -702,6 +702,9 @@ class RefundServiceModel extends \Business\AbstractModel
if(!empty($value['picInfo'])){
$value['picInfo'] = $refundReturnDao->getRefundPics($value['picInfo']['buyer']);
}
if($value['goodsState']>ApiConst::goodsStateWaitRecieve){
$value['shippingOver']=ApiConst::shippingOver;
}
unset($value['goodsSpec']);
// unset($value['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