0209
This commit is contained in:
@@ -830,11 +830,11 @@ class GroupsStatistics extends BaseController
|
||||
if ($sort == 'order') {
|
||||
$order = $v['total'];
|
||||
} else {
|
||||
$where_order['cfUserId'] = $cfUserId;
|
||||
$where_sort['kpi'] = 'order';
|
||||
if ($itemId) {
|
||||
$where_order['itemId'] = $itemId;
|
||||
$where_sort['itemId'] = $itemId;
|
||||
}
|
||||
$order = $this->mdSyliveActivityKpidata->count($where_order);
|
||||
$order = $this->mdSyliveActivityKpidata->count($where_sort);
|
||||
}
|
||||
$livePV = $watchDuration = 0;
|
||||
if ($limit == 10000 && $channelId) {//导出
|
||||
|
||||
Reference in New Issue
Block a user