mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
improve cleanup calculate seed bonus
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user