Browse Source

现金不退到余额

Gorden 4 months ago
parent
commit
baa1170176
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/order/RefundController.php

+ 1 - 1
app/admin/controller/order/RefundController.php

@@ -553,7 +553,7 @@ class RefundController extends Curd
                     $response = $this->refundToAlipay($payDetail0, $amount);
                 } elseif ($payWay[0] == 'MONEY') {
                     $prepayid = 'MONEY';
-                    $response = $this->refundToCash($payDetail0, $amount);
+                    // $response = $this->refundToCash($order->join_order_member_id, $amount);
                 } elseif (isset($payWay[1]) && $payWay[1] == 'CASH') {
                     $prepayid = $order->join_order_member_id . '-CASH';
                     $this->refundToCash($order->join_order_member_id, $amount);