Commit dde2f3ee by 冷斌

`试卷`

parent 9abc9743
...@@ -96,7 +96,7 @@ class AdminPaperAction extends AdministratorAction ...@@ -96,7 +96,7 @@ class AdminPaperAction extends AdministratorAction
exit(json_encode($list)); exit(json_encode($list));
} }
$this->pageKeyList = ['exams_paper_id', 'exams_paper_title', 'paper_subject', 'exams_module_title', 'level_title', 'questions_count', 'score', 'exams_count', 'start_time', 'end_time', 'update_time', 'DOACTION']; $this->pageKeyList = ['exams_paper_id', 'exams_paper_title', 'paper_subject', 'exams_module_title', 'level_title', 'questions_count', 'score', 'exams_count', 'start_time', 'end_time', 'update_time', 'best', 'DOACTION'];
if ($list['data']) { if ($list['data']) {
foreach ($list['data'] as &$v) { foreach ($list['data'] as &$v) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment