wesmiler 2 月之前
父节点
当前提交
9545f8e41c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/Common/BalanceLogService.php

+ 1 - 1
app/Services/Common/BalanceLogService.php

@@ -225,7 +225,7 @@ class BalanceLogService extends BaseService
                 'source_order_no' => isset($info['order_no']) ? $info['order_no'] : '',
                 'type' => 5,
                 'money' => $money,
-                'before_money' => $balance,
+                'after_money' => moneyFormat($balance+$money,2),
                 'date'=> date('Y-m-d'),
                 'create_time' => time(),
                 'remark' => '提现驳回',