作者 lyh

变更数据

@@ -24,6 +24,9 @@ class GeoQuestionResLogic extends BaseLogic @@ -24,6 +24,9 @@ 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){
  28 + $this->user['project_id'] = 3298;
  29 + }
27 } 30 }
28 31
29 /** 32 /**