作者 lyh

变更数据

@@ -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 }