|
@@ -377,7 +377,7 @@ class Exams extends Backend
|
|
|
|
|
|
$list = Db::name('seat')->select();
|
|
|
foreach ($list as $key => $value) {
|
|
|
- $exam = $this->model->where('exam_collection_id',$ids)->order('starttime desc')->where('seat_id',$value['seat_num'])->find();
|
|
|
+ $exam = $this->model->where('exam_collection_id',$ids)->order('login_time desc')->where('seat_id',$value['seat_num'])->find();
|
|
|
$user_username = '';
|
|
|
$user_nickname = '';
|
|
|
$exam_status = '未登录';
|