From c95c9ff929df7d54fc9d03cfd3cc29895bb16aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 8 Jan 2026 14:33:19 +0800 Subject: [PATCH] 1 --- business/model/dao/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/dao/store.go b/business/model/dao/store.go index 5eb78c1e4..f428a2ded 100644 --- a/business/model/dao/store.go +++ b/business/model/dao/store.go @@ -1898,7 +1898,7 @@ func StatisticsSettlementByCity(db *DaoDB, cityCode []string, start, end time.Ti sql += ` GROUP BY - u.name, u.mobile ,p.name,s.id ORDER BY mobile desc LIMIT ? OFFSET ? + u.name, u.mobile ,p.name,s.id ORDER BY order_count desc LIMIT ? OFFSET ? ` param = append(param, size, offset)