diff --git a/home/controllers/h5/market/sylive/Stic.php b/home/controllers/h5/market/sylive/Stic.php index 9a689991..1bbbb368 100644 --- a/home/controllers/h5/market/sylive/Stic.php +++ b/home/controllers/h5/market/sylive/Stic.php @@ -417,7 +417,7 @@ class Stic extends Admin{ 'createTime' => $params['day'], ]; if($params['gtype']=='area'){ - $data = $this->sylive_data_entity->top_area_kpidata($where,$page,$size); + $data = $this->sylive_data_entity->top_area_kpidata($where,1,50); }elseif($params['gtype']=='gw') { $where = [ 'activityId' => $a_id,