Commit ef71aebf by 庄冰

Merge branch 'igirl-channel' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel

parents 0846dff9 41c987d8
......@@ -442,7 +442,7 @@ class OrderTmProductService extends ServiceBase {
paramWhere.startTime = startTime;
paramWhere.entTime = entTime;
}
sql += " LIMIT " + pageSize + " OFFSET " + from;
sql += " LIMIT " + pageSize + " OFFSET " + from +"order by o.created_at desc";
var tmpResult = await this.customQuery(sql, paramWhere);
if (!tmpResult || tmpResult.length == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment