Commit 5ea7512a by 冷斌

试卷

parent 0e89b65c
...@@ -245,7 +245,7 @@ class AdminPaperAction extends AdministratorAction ...@@ -245,7 +245,7 @@ class AdminPaperAction extends AdministratorAction
if (!$data['exams_subject_id']) { if (!$data['exams_subject_id']) {
$this->error('请选择分类'); $this->error('请选择分类');
} elseif (!$data['exams_module_id']) { } elseif (!$data['exams_module_id']) {
$this->error('请选择版块'); //$this->error('请选择版块');
} elseif (!$data['level']) { } elseif (!$data['level']) {
$this->error('请选择试卷难度'); $this->error('请选择试卷难度');
} elseif (!$data['exams_paper_title']) { } elseif (!$data['exams_paper_title']) {
......
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