增加了筛选条件

This commit is contained in:
aixianling
2022-03-31 15:26:22 +08:00
parent 5391d46b6f
commit 82f09d89c8
2 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ module.exports = {
})
sql = `insert into node_autodeploy (id,${cols.join(",")}) values('${uuid()}',${arr.join(",")})`
}
console.log(sql)
dbUtils.query(sql).then(() => {
response.send({code: 0})
}).catch(err => {