0209
This commit is contained in:
@@ -819,7 +819,7 @@ class GroupsStatistics extends BaseController
|
||||
$beforeOrderTotal = $v['total'];
|
||||
} else {
|
||||
$where_sort['kpi'] = 'beforeOrder';
|
||||
$beforeOrderTotal = $this->mdSyliveActivityKpidata->count($where_order);
|
||||
$beforeOrderTotal = $this->mdSyliveActivityKpidata->count($where_sort);
|
||||
}
|
||||
if ($sort == 'watch') {
|
||||
$watch = $v['total'];
|
||||
|
||||
Reference in New Issue
Block a user