正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -44,7 +44,7 @@ class RankDataLogic extends BaseLogic | @@ -44,7 +44,7 @@ class RankDataLogic extends BaseLogic | ||
| 44 | { | 44 | { |
| 45 | parent::__construct(); | 45 | parent::__construct(); |
| 46 | $this->param = $this->requestAll; | 46 | $this->param = $this->requestAll; |
| 47 | - if($this->user['project_id'] == 5172){ | 47 | + if(isset($this->user['project_id']) && ($this->user['project_id'] == 5172)){ |
| 48 | $this->user['project_id'] = 3298; | 48 | $this->user['project_id'] = 3298; |
| 49 | } | 49 | } |
| 50 | } | 50 | } |
-
请 注册 或 登录 后发表评论