Ken 2 долоо хоног өмнө
parent
commit
8bc5fc06b5

+ 1 - 0
app/Services/TopUpService.php

@@ -49,6 +49,7 @@ class TopUpService
 
         $count = BalanceLog::where('member_id', $chatId)
 //            ->where('change_type', '充值')
+            ->whereIn('change_type', BalanceLogService::$RW)
             ->count();
 
         $text = "👤 {$firstName}({$chatId})    钱包充值记录\n\n";