This commit is contained in:
2026-04-12 19:06:48 +08:00
parent d60065ff3e
commit bf856e18e3
+2 -2
View File
@@ -327,7 +327,7 @@ class AiBaccaratBetJob implements ShouldQueue
if ($record && $record->compensation_amount > 0) { if ($record && $record->compensation_amount > 0) {
$lossCoverService->claim($event, $user); $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}");
} }
} }
} }