Commit 41c987d8 by 宋毅

tj

parent 1b8cc480
...@@ -442,7 +442,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -442,7 +442,7 @@ class OrderTmProductService extends ServiceBase {
paramWhere.startTime = startTime; paramWhere.startTime = startTime;
paramWhere.entTime = entTime; 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); var tmpResult = await this.customQuery(sql, paramWhere);
if (!tmpResult || tmpResult.length == 0) { 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