|
|
@@ -149,7 +149,7 @@ class RefundOrderService extends BaseService
|
|
|
StatOutClass::updateOrInsert($shop, $refundPrice);
|
|
|
//退款统计
|
|
|
StatRefundClass::replace($shop, $payWay, $refundPrice);
|
|
|
- StatKhCgClass::refundReplace($order);
|
|
|
+ StatKhCgClass::refundReplace($refund);
|
|
|
|
|
|
//记录总的退款金额
|
|
|
$currentTkPrice = bcadd($order->tkPrice, $refundPrice, 2);
|