|
|
@@ -296,7 +296,7 @@ class HdRefundService extends BaseService
|
|
|
$order->debt = 0;
|
|
|
}
|
|
|
$order->save();
|
|
|
- CustomClass::refundDebtAmountReduce($custom, $refundPrice, $refund);
|
|
|
+ CustomClass::skRefundDebtAmountReduce($custom, $refundPrice, $refund);
|
|
|
}
|
|
|
if ($payWay == dict::getDict('payWay', 'cash')) {
|
|
|
//如果现金支付
|
|
|
@@ -310,7 +310,7 @@ class HdRefundService extends BaseService
|
|
|
}
|
|
|
if ($payWay == dict::getDict('payWay', 'balancePay')) {
|
|
|
//如果是余额支付,客户的余额要增加
|
|
|
- CustomClass::refundDebtAmountReduce($custom, $refundPrice, $refund);
|
|
|
+ CustomClass::skRefundDebtAmountReduce($custom, $refundPrice, $refund);
|
|
|
}
|
|
|
}
|
|
|
return $refund;
|