Commit ad488e7f by 冷斌

个人中心 - vip

parent 774eeef7
......@@ -86,6 +86,7 @@ class ExamsPaperModel extends Model
$data[$key]['exams_count'] = intval($v['exams_count']);
$data[$key]['reply_time'] = intval($v['reply_time']);
$data[$key]['exams_limit'] = intval($v['exams_limit']);
$data[$key]['exams_user'] = 100;
if(IS_API && $is_need == 0){
unset($data[$key]['paper_options']);
}
......@@ -206,7 +207,7 @@ class ExamsPaperModel extends Model
$id = M("exams_paper_options_temporary")->add($data);
$data['exams_paper_options_id'] = $id;
}
return $data;
}
}
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