wesmiler 4 godzin temu
rodzic
commit
39745de9aa
1 zmienionych plików z 1 dodań i 1 usunięć
  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,