|
...
|
...
|
@@ -24,7 +24,7 @@ class GeoQuestionResLogic extends BaseLogic |
|
|
|
parent::__construct();
|
|
|
|
$this->model = new GeoQuestionResult();
|
|
|
|
$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;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|