seed bonus add log etc

This commit is contained in:
xiaomlove
2025-09-08 03:05:55 +07:00
parent ae08039323
commit 60b5aba518
53 changed files with 720 additions and 131 deletions
@@ -87,6 +87,10 @@ class UpdateUserSeedingLeechingTime implements ShouldQueue
->whereRaw("userid in ($idStr)")
->groupBy("userid")
->get();
if ($res->isEmpty()) {
do_log("$logPrefix, no data from idStr: $idStr", "error");
return;
}
$seedtimeUpdates = $leechTimeUpdates = [];
$nowStr = now()->toDateTimeString();
$count = 0;