add command: calculate_seed_bonus()

This commit is contained in:
xiaomlove
2022-04-21 20:02:08 +08:00
parent 1d3662af36
commit eb0c4cad8a
5 changed files with 99 additions and 15 deletions
+1 -3
View File
@@ -126,9 +126,7 @@ class Test extends Command
// $r = $rep->getContinuousDays($attendance);
// $r = $rep->getContinuousPoints(11);
$rep = new ExamRepository();
$exam = Exam::query()->find(6);
$r = $rep->fetchUserAndDoAssign($exam);
$r = NexusDB::getAll('users', 'id = 1');
dd($r);
}