beforeOrder
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user