美团公益捐款优化

This commit is contained in:
renyutian
2019-04-08 15:07:10 +08:00
parent 976a7d0d76
commit 1094c325fa
2 changed files with 4 additions and 3 deletions

View File

@@ -578,7 +578,7 @@ func (c *OrderManager) GetOrdersFinancial(ctx *jxcontext.Context, fromDateStr, t
}
sql += sqlWhere
sql += `
ORDER BY t1.delivery_confirm_time DESC
ORDER BY t2.delivery_confirm_time DESC
LIMIT ? OFFSET ?
`
sqlParams = append(sqlParams, pageSize, offset)