优化
This commit is contained in:
@@ -327,7 +327,7 @@ class AiBaccaratBetJob implements ShouldQueue
|
||||
|
||||
if ($record && $record->compensation_amount > 0) {
|
||||
$lossCoverService->claim($event, $user);
|
||||
Log::channel('daily')->info("AI小班长自动领取活动补偿: Event #{$event->id}, Amount: {$record->compensation_amount}");
|
||||
Log::info("AI小班长自动领取活动补偿: Event #{$event->id}, Amount: {$record->compensation_amount}");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -385,7 +385,7 @@ class AiBaccaratBetJob implements ShouldQueue
|
||||
}
|
||||
});
|
||||
|
||||
Log::channel('daily')->info("AI小班长自动存款: Amount: {$depositAmount}, New Bank Balance: {$user->bank_jjb}");
|
||||
Log::info("AI小班长自动存款: Amount: {$depositAmount}, New Bank Balance: {$user->bank_jjb}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user