作者 lyh

变更数据

... ... @@ -40,6 +40,15 @@ use Illuminate\Support\Str;
class RankDataLogic extends BaseLogic
{
public function __construct()
{
parent::__construct();
$this->param = $this->requestAll;
if($this->user['project_id'] == 5172){
$this->user['project_id'] = 3298;
}
}
/**
* 统计数据
* @author zbj
... ...