fixed
This commit is contained in:
@@ -844,7 +844,7 @@ class GroupsStatistics extends BaseController
|
||||
$map_groups[$v['bizId']] && $bizName = $map_groups[$v['bizId']];
|
||||
$map_user[$cfUserId] && $consultantName = $map_user[$cfUserId];
|
||||
$where_sort['cfUserId'] = $cfUserId;
|
||||
if ($sort == 'browse') {
|
||||
if ($sort == 'browse' && $activityId < Market_sylive_activity_model::KPI_SHARE_ID) {
|
||||
$browse = $v['total'];
|
||||
} else {
|
||||
$where_sort['kpi'] = 'browse';
|
||||
|
||||
Reference in New Issue
Block a user