合并分支 'lyh-server' 到 'master'
Lyh server 查看合并请求 !3158
正在显示
2 个修改的文件
包含
12 行增加
和
0 行删除
| @@ -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 | /** |
| @@ -40,6 +40,15 @@ use Illuminate\Support\Str; | @@ -40,6 +40,15 @@ use Illuminate\Support\Str; | ||
| 40 | class RankDataLogic extends BaseLogic | 40 | class RankDataLogic extends BaseLogic |
| 41 | { | 41 | { |
| 42 | 42 | ||
| 43 | + public function __construct() | ||
| 44 | + { | ||
| 45 | + parent::__construct(); | ||
| 46 | + $this->param = $this->requestAll; | ||
| 47 | + if($this->user['project_id'] == 5172){ | ||
| 48 | + $this->user['project_id'] = 3298; | ||
| 49 | + } | ||
| 50 | + } | ||
| 51 | + | ||
| 43 | /** | 52 | /** |
| 44 | * 统计数据 | 53 | * 统计数据 |
| 45 | * @author zbj | 54 | * @author zbj |
-
请 注册 或 登录 后发表评论