增加了筛选条件
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user