edit-sylive-area

This commit is contained in:
lccsw
2022-11-08 10:48:37 +08:00
parent 344f7dc190
commit 5a25c48bdb
+1 -1
View File
@@ -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,