|
|
@@ -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);
|