improve cleanup calculate seed bonus

This commit is contained in:
xiaomlove
2023-07-15 01:44:48 +08:00
parent d8aef62b33
commit 8e5cd7dd60
8 changed files with 153 additions and 89 deletions

View File

@@ -98,9 +98,8 @@ class Test extends Command
*/
public function handle()
{
$redis = NexusDB::redis();
$r = CleanupRepository::recordBatch($redis, 99, 100);
dd($r);
CleanupRepository::recordBatch(NexusDB::redis(), "1", "5");
CleanupRepository::runBatchJobCalculateUserSeedBonus("bbbbb");
}
}