Commit 5c0dac29 by 蒋勇

d

parent dd843138
...@@ -98,7 +98,7 @@ class Dao { ...@@ -98,7 +98,7 @@ class Dao {
qc.limit = pageSize; qc.limit = pageSize;
qc.offset = (pageNo - 1) * pageSize; qc.offset = (pageNo - 1) * pageSize;
//默认的查询排序 //默认的查询排序
qc.order = this.orderBy(); qc.order = this.orderBy(qobj);
//构造where条件 //构造where条件
qc.where = {}; qc.where = {};
if (search) { if (search) {
......
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