[exam] add progress do update the same time

This commit is contained in:
xiaomlove
2021-04-27 02:44:44 +08:00
parent 465fd2bca8
commit d1b7561aae
17 changed files with 97 additions and 81 deletions
+1 -2
View File
@@ -45,8 +45,7 @@ class Test extends Command
public function handle()
{
$rep = new ExamRepository();
// $r = $rep->assignToUser(3);
echo new A;
$r = $rep->addProgress(1, 1, 250, 1);
dd($r);
}
}