|
@@ -390,7 +390,7 @@ class OrderServices
|
|
|
app(PaidRewardStatisticsService::class)
|
|
app(PaidRewardStatisticsService::class)
|
|
|
->incrementRecordByDateIDAndType(date('Ymd'), $type, ($Recharge+$give) * NumConfig::NUM_VALUE);
|
|
->incrementRecordByDateIDAndType(date('Ymd'), $type, ($Recharge+$give) * NumConfig::NUM_VALUE);
|
|
|
app(PaidRewardStatisticsService::class)
|
|
app(PaidRewardStatisticsService::class)
|
|
|
- ->incrementRecordByDateIDAndType(date('Ymd'), 'RechageReal', $Recharge * NumConfig::NUM_VALUE);
|
|
|
|
|
|
|
+ ->incrementRecordByDateIDAndType(date('Ymd'), 'recharge_real', $Recharge * NumConfig::NUM_VALUE);
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|