|
@@ -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'])) {
|