|
@@ -409,7 +409,7 @@ class Practice extends Backend
|
|
|
// $sim_type = Db::name('real_exam_collection')->where('exam_collection_id',$ids)->value('sim_type');
|
|
|
$list = Db::name('seat')->select();
|
|
|
foreach ($list as $key => $value) {
|
|
|
- $exam = $this->model->where('exam_collection_id',$ids)->order('exam_id desc')->where('seat_id',$value['seat_id'])->find();
|
|
|
+ $exam = $this->exam_model->where('exam_collection_id',$ids)->order('exam_id desc')->where('seat_id',$value['seat_id'])->find();
|
|
|
|
|
|
$user_username = '';
|
|
|
$user_nickname = '';
|