This commit is contained in:
lcc
2024-09-21 16:00:06 +08:00
parent 53badf2ff8
commit fd106b8537
@@ -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';