正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -24,7 +24,7 @@ class GeoQuestionResLogic extends BaseLogic | @@ -24,7 +24,7 @@ class GeoQuestionResLogic extends BaseLogic | ||
| 24 | parent::__construct(); | 24 | parent::__construct(); |
| 25 | $this->model = new GeoQuestionResult(); | 25 | $this->model = new GeoQuestionResult(); |
| 26 | $this->param = $this->requestAll; | 26 | $this->param = $this->requestAll; |
| 27 | - if($this->user['project_id'] == 5172){ | 27 | + if(isset($this->user['project_id']) && $this->user['project_id'] == 5172){ |
| 28 | $this->user['project_id'] = 3298; | 28 | $this->user['project_id'] = 3298; |
| 29 | } | 29 | } |
| 30 | } | 30 | } |
-
请 注册 或 登录 后发表评论