beforeOrder

This commit is contained in:
xiaoyu
2023-06-11 17:10:24 +08:00
parent 30b3321bcc
commit eff7244cdd
+1 -1
View File
@@ -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 = [