diff --git a/business/jxstore/report/report.go b/business/jxstore/report/report.go index ea07df06f..95592dc73 100644 --- a/business/jxstore/report/report.go +++ b/business/jxstore/report/report.go @@ -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)