exam checkout support duration

This commit is contained in:
xiaomlove
2021-05-06 11:57:23 +08:00
parent 05fb848fc5
commit a5e7c06fe1
3 changed files with 12 additions and 11 deletions
+1 -3
View File
@@ -55,10 +55,8 @@ class Test extends Command
// ]);
// dd($r);
// $rep->assignCronjob();
// $rep->cronjobCheckout();
$r = DB::select(DB::raw('select version() as info'))[0]->info;
$r = $rep->cronjobCheckout();
dd($r);
Carbon::now()->toDateTimeString();
}
}