0210
This commit is contained in:
@@ -193,6 +193,7 @@ class GroupsStatistics extends BaseController
|
||||
if ($sort == 'beforeOrder') {
|
||||
$beforeOrderTotal = $v['total'];
|
||||
} else {
|
||||
$where_sort['kpi'] = 'beforeOrder';
|
||||
$beforeOrderTotal = $this->mdSyliveActivityKpidata->count($where_sort);
|
||||
}
|
||||
if ($sort == 'watch') {
|
||||
@@ -205,6 +206,7 @@ class GroupsStatistics extends BaseController
|
||||
$orderTotal = $v['total'];
|
||||
} else {
|
||||
$where_sort[$levelId] = $groupsId;
|
||||
$where_sort['kpi'] = 'order';
|
||||
if ($itemId) {
|
||||
$where_sort['itemId'] = $itemId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user