Skip to content

Instantly share code, notes, and snippets.

@bluemoon2014
Created April 23, 2018 03:02
Show Gist options
  • Save bluemoon2014/803efe2ec635c46c91833b7b9da5284b to your computer and use it in GitHub Desktop.
Save bluemoon2014/803efe2ec635c46c91833b7b9da5284b to your computer and use it in GitHub Desktop.
删除SQL.js
sqlUtil.generateUpdateSql(BID_ISSUE_TABLE_NAME, {
code : params.code,
bidCode:"",
}, {code : params.code }).then(function (option) {
return mysqldb.execute(option.sql, option.sql_param).then(resolve).catch(function (error) {
// console.log("sql error " +error);
reject(error);
})
}).catch(reject);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment