From ae9042e6feb4f378ec7b94b7e5eb5877791f0d4b Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Fri, 9 Feb 2024 13:22:14 +0800 Subject: [PATCH] 0209 --- market/controllers/api/sylive/GroupsStatistics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/market/controllers/api/sylive/GroupsStatistics.php b/market/controllers/api/sylive/GroupsStatistics.php index 5b91d118..555faa60 100644 --- a/market/controllers/api/sylive/GroupsStatistics.php +++ b/market/controllers/api/sylive/GroupsStatistics.php @@ -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'];