This commit is contained in:
邹宗楠
2026-01-08 14:33:19 +08:00
parent 9aba7ff43e
commit c95c9ff929

View File

@@ -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)