404
This commit is contained in:
@@ -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}个"];
|
||||
|
||||
Reference in New Issue
Block a user