|
|
@@ -386,7 +386,7 @@ class OrderServices
|
|
|
306 => 'free_bonus_gift_chips',
|
|
|
402 => 'christmas_gift_chips',
|
|
|
];
|
|
|
- $type = $typeMap[$GiftsID] ?? 'unknown_chips';
|
|
|
+ $type = $typeMap[intval($GiftsID)] ?? 'unknown_chips';
|
|
|
app(PaidRewardStatisticsService::class)
|
|
|
->incrementRecordByDateIDAndType(date('Ymd'), $type, ($Recharge+$give) * NumConfig::NUM_VALUE);
|
|
|
app(PaidRewardStatisticsService::class)
|