|
|
@ -302,7 +302,7 @@ class OrdersService implements OrdersServiceInterface |
|
|
$this->financialRecordService->storeRefundDirect($order->store->user_id, $order->id, $refundStoreAmount); |
|
|
$this->financialRecordService->storeRefundDirect($order->store->user_id, $order->id, $refundStoreAmount); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} elseif ($refundType == 'sub') { # 退子订单或者退单品的话,商户只有一个
|
|
|
|
|
|
|
|
|
} elseif ($refundType == 'sub'||$refundType == 'goods') { # 退子订单或者退单品的话,商户只有一个
|
|
|
$this->financialRecordService->storeRefundDirect($orderChild->store->user_id, $orderChild->id, $refundAmount); |
|
|
$this->financialRecordService->storeRefundDirect($orderChild->store->user_id, $orderChild->id, $refundAmount); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|