Commit 61801ab7 authored by christ's avatar christ

refundreturn

parent 83b0870d
...@@ -263,7 +263,7 @@ class RefundServiceModel extends \Business\AbstractModel ...@@ -263,7 +263,7 @@ class RefundServiceModel extends \Business\AbstractModel
} }
} }
if ($refund_array['seller_state'] == '2' && $isGiveUp) { if ($refund_array['seller_state'] == '2' && !$isGiveUp) {
$refund_array['return_type'] = '2';//退货类型:1为不用退货,2为需要退货 $refund_array['return_type'] = '2';//退货类型:1为不用退货,2为需要退货
$refund_array['goods_state']=2; $refund_array['goods_state']=2;
} elseif ($refund_array['seller_state'] == '3') { } elseif ($refund_array['seller_state'] == '3') {
......
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