|
|
@@ -373,7 +373,7 @@ class OrderServices
|
|
|
305 => 'vip_inactive_gift',
|
|
|
402 => 'christmas_gift',
|
|
|
];
|
|
|
- $type = $typeMap[$GiftsID] ?? 'unknown_gift';
|
|
|
+ $type = $typeMap[intval($GiftsID)] ?? 'unknown_gift';
|
|
|
app(PaidRewardStatisticsService::class)
|
|
|
->incrementRecordByDateIDAndType(date('Ymd'), $type, $give * NumConfig::NUM_VALUE);
|
|
|
}
|