This commit is contained in:
xiaoyu
2024-02-09 13:22:14 +08:00
parent 7f32961a3e
commit ae9042e6fe
@@ -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'];