mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
seed bonus add log etc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user