|
...
|
...
|
@@ -44,7 +44,7 @@ class RankDataLogic extends BaseLogic |
|
|
|
{
|
|
|
|
parent::__construct();
|
|
|
|
$this->param = $this->requestAll;
|
|
|
|
if($this->user['project_id'] == 5172){
|
|
|
|
if(isset($this->user['project_id']) && ($this->user['project_id'] == 5172)){
|
|
|
|
$this->user['project_id'] = 3298;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|