locale + exam assign and checkout cronjob

This commit is contained in:
xiaomlove
2021-04-28 19:44:48 +08:00
parent 034d1c23fb
commit 1c31f4b22d
34 changed files with 1278 additions and 90 deletions
+6 -2
View File
@@ -45,7 +45,11 @@ class Test extends Command
public function handle()
{
$rep = new ExamRepository();
$r = $rep->addProgress(15, 1, 250, 1);
dd($r);
// $r = $rep->assignToUser(1, 1);
// $r = $rep->addProgress(27, 4, 1025, 1);
// dd($r);
// $rep->assignCronjob();
$rep->cronjobCheckout();
}
}