Browse Source

完善功能

gorden 8 months ago
parent
commit
4da0f60b3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/order/WholeController.php

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

@@ -983,7 +983,7 @@ class WholeController extends Curd
             Order::where('order_id', $return->join_return_order_id)->update(['order_is_complete' => 'R']);
             // return 表
             $return->order_return_status = 'DONE';
-            $return->order_return_recharge_json = json_encode(['amount'=>$amount]);
+            $return->order_return_refund_json = json_encode(['amount'=>$amount]);
             $return->save();
             // 区分账户余额支付和通联支付
             if (isset($payType[1]) && in_array($payType[1], ['W06', 'A01'])) {