1
This commit is contained in:
@@ -1898,7 +1898,7 @@ func StatisticsSettlementByCity(db *DaoDB, cityCode []string, start, end time.Ti
|
|||||||
|
|
||||||
sql += `
|
sql += `
|
||||||
GROUP BY
|
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)
|
param = append(param, size, offset)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user