xieruidong 2 years ago
parent
commit
a8854edcc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      addons/yexam/service/Exam.php

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

@@ -203,7 +203,7 @@ class Exam
             ->where(['question.id'=>['in',$examInfo['question_ids']?:0]])
             //->order("question.type asc,id asc")
             ->orderRaw('rand()')
-            ->limit($examInfo['fa_yexam_exam'])
+            ->limit($examInfo['need_question_count'])
             ->select();
 
         return $data?:[];