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