Commit 68e41d0a by 王昆

Merge branch 'xggsve-order' of gitlab.gongsibao.com:jiangyong/zhichan into xggsve-order

parents 2986406d fc9f6373
...@@ -31,7 +31,7 @@ class ObusinessmenDao extends Dao { ...@@ -31,7 +31,7 @@ class ObusinessmenDao extends Dao {
this.setCondition(sql, params); this.setCondition(sql, params);
sql.push("ORDER BY t1.id DESC"); sql.push("ORDER BY t1.created_at DESC");
sql.push("LIMIT :startRow, :pageSize"); sql.push("LIMIT :startRow, :pageSize");
return await this.customQuery(sql.join(" "), params); return await this.customQuery(sql.join(" "), params);
......
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