wesmiler 2 週間 前
コミット
39745de9aa
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Services/Api/BalanceLogService.php

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

@@ -240,7 +240,7 @@ class BalanceLogService extends BaseService
             'account_type'=> $accountType,
             'pay_type'=> $payType, // 收款方式
             'account_remark'=> $accountRemark,
-            'realname'=> $realname,
+            'realname'=> $payType==10?'微信零钱' : $realname,
             'account'=> $account,
             'create_time'=> time(),
             'status'=>1,