作者 何书鹏
1 个管道 的构建 通过 耗费 6 秒

合并分支 'heshupeng' 到 'master'

测试账号答题不限制



查看合并请求 !257
@@ -148,7 +148,7 @@ class Exam extends Api @@ -148,7 +148,7 @@ class Exam extends Api
148 ->where('study_id',$study_id) 148 ->where('study_id',$study_id)
149 ->whereTime('createtime','month') 149 ->whereTime('createtime','month')
150 ->count(); 150 ->count();
151 - if($exam_times >= 3){ 151 + if($exam_times >= 3 && $user_id != 673){
152 // $this->error('您已经考过三次了'); 152 // $this->error('您已经考过三次了');
153 $this->error('您本月已经考过三次了'); 153 $this->error('您本月已经考过三次了');
154 } 154 }
@@ -308,7 +308,7 @@ class Exam extends Api @@ -308,7 +308,7 @@ class Exam extends Api
308 ->where('study_id',$study_id) 308 ->where('study_id',$study_id)
309 ->whereTime('createtime','month') 309 ->whereTime('createtime','month')
310 ->count(); 310 ->count();
311 - if($exam_times >= 3){ 311 + if($exam_times >= 3 && $user_id != 673){
312 // $this->error('您已经考过三次了'); 312 // $this->error('您已经考过三次了');
313 $this->error('您本月已经考过三次了'); 313 $this->error('您本月已经考过三次了');
314 }else{ 314 }else{