正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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{ |
-
请 注册 或 登录 后发表评论