Commit ea6ef694 by 王昆

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

parents 8c8c2a28 8495c6c2
...@@ -17,7 +17,7 @@ class DeliverDao extends Dao { ...@@ -17,7 +17,7 @@ class DeliverDao extends Dao {
if (params.saas_id) { if (params.saas_id) {
sql.push("AND saas_id = :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) { 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