xieruidong před 2 roky
rodič
revize
a4c27ec841
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      addons/yexam/service/Exam.php

+ 1 - 1
addons/yexam/service/Exam.php

@@ -421,7 +421,7 @@ class Exam
                 'score' => $score
             ]);
         }else{
-            $maxLog=5;
+            $maxLog=500000;
             $logLen=ExamUserLog::where('exam_id',$exam_id)->where('exam_user_id',$examUser['id'])->count();
             if($logLen>=$maxLog){
                 $this->error = "最多答{$maxLog}道题";