作者 lyh

变更数据

@@ -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