[exam] finish assign and remove

This commit is contained in:
xiaomlove
2021-04-28 01:22:25 +08:00
parent d2e05c812e
commit 034d1c23fb
16 changed files with 988 additions and 34 deletions

View File

@@ -45,7 +45,7 @@ class Test extends Command
public function handle()
{
$rep = new ExamRepository();
$r = $rep->addProgress(1, 1, 250, 1);
$r = $rep->addProgress(15, 1, 250, 1);
dd($r);
}
}