|
@@ -274,7 +274,8 @@ class Exams extends Backend
|
|
}
|
|
}
|
|
$exam_ids = $this->model->where('exam_collection_id',$ids)->column('exam_id');
|
|
$exam_ids = $this->model->where('exam_collection_id',$ids)->column('exam_id');
|
|
[$where, $sort, $order, $offset, $limit] = $this->buildparams();
|
|
[$where, $sort, $order, $offset, $limit] = $this->buildparams();
|
|
- $list = Db::name('real_exam_comp_request')->where('exam_collection_type',3)
|
|
|
|
|
|
+ $list = Db::name('real_exam_comp_request')
|
|
|
|
+// ->where('exam_collection_type',3)
|
|
->where($where)->where('exam_id','in',$exam_ids)
|
|
->where($where)->where('exam_id','in',$exam_ids)
|
|
->order($sort, $order)
|
|
->order($sort, $order)
|
|
->paginate($limit);
|
|
->paginate($limit);
|