wesmiler 4 часов назад
Родитель
Сommit
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,
             'account_type'=> $accountType,
             'pay_type'=> $payType, // 收款方式
             'pay_type'=> $payType, // 收款方式
             'account_remark'=> $accountRemark,
             'account_remark'=> $accountRemark,
-            'realname'=> $realname,
+            'realname'=> $payType==10?'微信零钱' : $realname,
             'account'=> $account,
             'account'=> $account,
             'create_time'=> time(),
             'create_time'=> time(),
             'status'=>1,
             'status'=>1,