Commit 996888c0 authored by christ's avatar christ

pc

parent c3e216f8
...@@ -227,7 +227,7 @@ class RefundServiceModel extends \Business\AbstractModel ...@@ -227,7 +227,7 @@ class RefundServiceModel extends \Business\AbstractModel
if(!$result){ if(!$result){
ErrorModel::throwException(CodeConfigModel::updateIsRefundFail); ErrorModel::throwException(CodeConfigModel::updateIsRefundFail);
} }
if($return['refund_type']==ApiConst::refundTypeGoods && $return['return_type']){ if($return['refund_type']==ApiConst::refundTypeGoods && !$isGiveUp){
$waitRefundReceiveCount=ApiConst::one; $waitRefundReceiveCount=ApiConst::one;
$refundCount=ApiConst::zero; $refundCount=ApiConst::zero;
}else{ }else{
......
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