diff --git a/home/controllers/h5/market/sylive/Tstic.php b/home/controllers/h5/market/sylive/Tstic.php index 4b1d61a3..5b7c47ec 100644 --- a/home/controllers/h5/market/sylive/Tstic.php +++ b/home/controllers/h5/market/sylive/Tstic.php @@ -336,7 +336,8 @@ class Tstic extends Admin{ if(strtotime($params['day'])){//根据日期排行 $where = [ 'activityId' => $a_id, - 'type' => 1 + 'type' => 1, + 'kpi' => $type ]; $params['day'] && $where['day'] = date('Y-m-d',strtotime($params['day'])); if($params['gtype']=='ty'){