H&R, VIP or above ignore it

This commit is contained in:
xiaomlove
2022-02-23 21:17:25 +08:00
parent 5b82aa78c5
commit e2f30ecf0c
5 changed files with 35 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ class Test extends Command
public function handle()
{
$rep = new HitAndRunRepository();
$r = $rep->getStatusStats(1)->get(2);
$r = $rep->cronjobUpdateStatus();
dd($r);
}