|
@@ -983,10 +983,10 @@ class RefundController extends Curd
|
|
|
// 退款记录
|
|
|
PayDetail::insert($payDetailInsertData);
|
|
|
// 扣除记录
|
|
|
- $payDetailInsertData['join_pay_order_id'] = 'ROLE_DEDUCT';
|
|
|
- $payDetailInsertData['pay_category'] = 'ROLE_DEDUCT';
|
|
|
- $payDetailInsertData['pay_amount'] = $refundApplyJson['surplus'] + $addedAmount;
|
|
|
- PayDetail::insert($payDetailInsertData);
|
|
|
+// $payDetailInsertData['join_pay_order_id'] = 'ROLE_DEDUCT';
|
|
|
+// $payDetailInsertData['pay_category'] = 'ROLE_DEDUCT';
|
|
|
+// $payDetailInsertData['pay_amount'] = $refundApplyJson['surplus'] + $addedAmount;
|
|
|
+// PayDetail::insert($payDetailInsertData);
|
|
|
|
|
|
Db::commit();
|
|
|
|