laowu 23 hours ago
parent
commit
ec9d56a388
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Console/Commands/RecordPaidRewardDailyStatistics.php

+ 2 - 1
app/Console/Commands/RecordPaidRewardDailyStatistics.php

@@ -55,7 +55,8 @@ class RecordPaidRewardDailyStatistics extends Command
             ->lock('with(nolock)')
             ->where('DateID', date('Ymd', strtotime($day)))
             ->whereIn('StatType', ['normal_recharge_chips', 'first_recharge_gift_chips', 'bankrupt_gift_chips',
-                'daily_gift_chips', 'vip_inactive_gift_chips', 'free_bonus_gift_chips', 'christmas_gift_chips', 'unknow_chips'])
+                'daily_gift_chips', 'vip_inactive_gift_chips', 'free_bonus_gift_chips', 'christmas_gift_chips', 'unknow_chips',
+                'daily_gift_claim', 'sign_in', 'bankrupt_help', 'superball', 'bound_phone', 'christmas_gift_wheel'])
             ->select('StatType', 'TotalAmount')
             ->get()->map(function ($item) {
                 return json_decode(json_encode($item), true);