404
This commit is contained in:
@@ -88,7 +88,7 @@ class GroupsStatistics extends BaseController
|
||||
$pvDuration = round($livePV / $liveUV, 1);
|
||||
}
|
||||
}
|
||||
$consultant = $this->mdSyliveActivityKpidata->count(['activityId' => $activityId, "cfUserId in (SELECT userId FROM lc_market_sylive_groups_user WHERE activityId = {$activityId} and bizId > 0 and status = 0)" => null], 'cfUserId');
|
||||
$consultant = $this->mdSyliveActivityKpidata->count(['activityId' => $activityId], 'cfUserId');
|
||||
$allConsultant = $this->mdSyliveGroupsUser->count(['activityId' => $activityId, 'status' => 0, 'bizId >' => 0]);
|
||||
$consultant > $allConsultant && $allConsultant = $consultant;
|
||||
$bizs = $this->mdSyliveGroups->count(['activityId' => $activityId, 'ifBiz' => 1, 'status>=' => 0]);
|
||||
|
||||
Reference in New Issue
Block a user