Commit fc9f6373 by 孙亚楠

dd

parent eefb550e
...@@ -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