This commit is contained in:
suyl
2021-09-02 16:55:52 +08:00
parent 3d4fd65313
commit bfe52ee472

View File

@@ -908,7 +908,7 @@ func OrderDeliveryReport(ctx *jxcontext.Context, storeIDs, brandIDs []int, vendo
sqlParams = append(sqlParams, toTime)
}
sql += `
ORDER BY a.order_create_at DESC
ORDER BY a.order_created_at DESC
LIMIT ? OFFSET ?
`
pageSize = jxutils.FormalizePageSize(pageSize)