Commit 3d202fc0 by 冷斌

试卷

parent c22976f1
...@@ -111,7 +111,7 @@ class IndexAction extends Action ...@@ -111,7 +111,7 @@ class IndexAction extends Action
if (is_admin($this->mid) || $is_buy == 3 || $is_buy == 4 || $is_buy == 6) { if (is_admin($this->mid) || $is_buy == 3 || $is_buy == 4 || $is_buy == 6) {
$v['is_buy'] = 1; $v['is_buy'] = 1;
} }
$v['exams_user'] = 100; $v['exams_user'] = M('exams_users')->where(['exams_paper_id' => $v['exams_paper_id']])->count('id');
} }
unset($v); unset($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