diff --git a/home/controllers/h5/market/sylive2/Stic.php b/home/controllers/h5/market/sylive2/Stic.php index 9448fcb1..7154d6c5 100644 --- a/home/controllers/h5/market/sylive2/Stic.php +++ b/home/controllers/h5/market/sylive2/Stic.php @@ -146,7 +146,7 @@ class Stic extends Admin $biz_browse_count = $this->mdSytActivityKpiData->count($where); //浏览数据 $where['kpi'] = 'subscribe'; $biz_subscribe_count = $this->mdSytActivityKpiData->count($where); //订阅数据 - $where['kpi'] = 'order'; + $where['kpi'] = 'beforeOrder'; $order_count = $this->mdSytActivityKpiData->count($where); //下单数据 $biz = [