Commit 623b0b9f by 孙亚楠

d

parent 9bb96eab
...@@ -97,12 +97,5 @@ class SsmUserDao extends Dao { ...@@ -97,12 +97,5 @@ class SsmUserDao extends Dao {
sql.push("LIMIT :startRow, :pageSize"); sql.push("LIMIT :startRow, :pageSize");
return await this.customQuery(sql.join(" "), params) || []; return await this.customQuery(sql.join(" "), params) || [];
} }
} }
module.exports = SsmUserDao; module.exports = SsmUserDao;
\ No newline at end of file
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