This commit is contained in:
xiaoyu
2024-02-10 18:04:39 +08:00
parent 891b12b5e5
commit 574c7e291e
+1 -1
View File
@@ -108,7 +108,7 @@ class Stic extends Admin
$gw_total = $this->groups_user_model->count($where);
$where = [
'activityId' => $this->a_id,
"cfUserId in (SELECT userId FROM lc_market_sylive_groups_user WHERE activityId = {$this->a_id} and bizId > 0 and status = 0)" => null
//"cfUserId in (SELECT userId FROM lc_market_sylive_groups_user WHERE activityId = {$this->a_id} and bizId > 0 and status = 0)" => null
];
$kgw_total = $this->mdSytActivityKpiData->count($where, "cfUserId");
$h_lists[] = ['title' => '参与门店', 'num' => "{$biz_total}"];