|
@@ -375,7 +375,7 @@ class OrderServices
|
|
|
];
|
|
];
|
|
|
$type = $typeMap[$GiftsID] ?? 'unknown';
|
|
$type = $typeMap[$GiftsID] ?? 'unknown';
|
|
|
app(PaidRewardStatisticsService::class)
|
|
app(PaidRewardStatisticsService::class)
|
|
|
- ->incrementRecordByDateIDAndType(date('Ymd'), $type, $give);
|
|
|
|
|
|
|
+ ->incrementRecordByDateIDAndType(date('Ymd'), $type, $give * NumConfig::NUM_VALUE);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -391,7 +391,7 @@ class OrderServices
|
|
|
->where('UserID', $user_id)
|
|
->where('UserID', $user_id)
|
|
|
->increment('InsureScore', $bonus);
|
|
->increment('InsureScore', $bonus);
|
|
|
app(PaidRewardStatisticsService::class)
|
|
app(PaidRewardStatisticsService::class)
|
|
|
- ->incrementRecordByDateIDAndType(date('Ymd'), 'free_bonus_gift', $give);
|
|
|
|
|
|
|
+ ->incrementRecordByDateIDAndType(date('Ymd'), 'free_bonus_gift', $give * NumConfig::NUM_VALUE);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|