laowu 16 ساعت پیش
والد
کامیت
ec9d56a388
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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)')
             ->lock('with(nolock)')
             ->where('DateID', date('Ymd', strtotime($day)))
             ->where('DateID', date('Ymd', strtotime($day)))
             ->whereIn('StatType', ['normal_recharge_chips', 'first_recharge_gift_chips', 'bankrupt_gift_chips',
             ->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')
             ->select('StatType', 'TotalAmount')
             ->get()->map(function ($item) {
             ->get()->map(function ($item) {
                 return json_decode(json_encode($item), true);
                 return json_decode(json_encode($item), true);