@@ -117,7 +117,7 @@ class Paper extends Base
//考试资格
if(!in_array($user_id,explode(',',$paper['user_ids']))){
- $this->error('您不能参加该考试');
+ //$this->error('您不能参加该考试');
}
//次数限制