seven 5 days ago
parent
commit
47834d473c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -241,7 +241,7 @@ class BetService extends BaseService
                 $walletInfo = WalletService::findOne(['member_id' => $memberId]);
                 $balance = $walletInfo['available_balance']; 
 
-                BalanceLogService::addLog($memberId,$rebateAmount,$balance,($balance+$rebateAmount),'水',$newBet->id,'');
+                BalanceLogService::addLog($memberId,$rebateAmount,$balance,($balance+$rebateAmount),'水',$newBet->id,'');
             }
 
         }