|
@@ -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?:[];
|