seven 3 주 전
부모
커밋
e32debbfcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/WalletService.php

+ 1 - 1
app/Services/WalletService.php

@@ -159,7 +159,7 @@ class WalletService extends BaseService
                 $after_balance = $before_balance + $amount;
 
                 $wallets->available_balance = $after_balance;
-                BalanceLogService::addLog($memberId,$amount,$before_balance,$after_balance,'人工充值','','双旦活动注册赠送28');
+                BalanceLogService::addLog($memberId,$amount,$before_balance,$after_balance,'人工充值',0,'双旦活动注册赠送28');
 
             }
         }