作者 lyh

变更数据

... ... @@ -24,6 +24,9 @@ class GeoQuestionResLogic extends BaseLogic
parent::__construct();
$this->model = new GeoQuestionResult();
$this->param = $this->requestAll;
if($this->user['project_id'] == 5172){
$this->user['project_id'] = 3298;
}
}
/**
... ...