t2.delivery_confirm_time 不存在

This commit is contained in:
renyutian
2019-04-08 15:14:54 +08:00
parent 1094c325fa
commit 657374d8ba

View File

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