Commit 8495c6c2 by 孙亚楠

d

parent 1ffea5d7
......@@ -17,7 +17,7 @@ class DeliverDao extends Dao {
if (params.saas_id) {
sql.push("AND saas_id = :saas_id");
}
return await this.customQuery(sql.join(" ")) || [];
return await this.customQuery(sql.join(" "),params) || [];
}
async delById(id, t) {
......
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