mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add command: calculate_seed_bonus()
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user