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}个"];