From 574c7e291e5fa6a5a75f91b98cbd451504fdc98d Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 10 Feb 2024 18:04:39 +0800 Subject: [PATCH] 404 --- home/controllers/h5/market/sylive2/Stic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/controllers/h5/market/sylive2/Stic.php b/home/controllers/h5/market/sylive2/Stic.php index fa44d7d7..47907451 100644 --- a/home/controllers/h5/market/sylive2/Stic.php +++ b/home/controllers/h5/market/sylive2/Stic.php @@ -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}个"];