在我的代码中,insertId返回0而不是auto_increment列,我使用connection.query(stuff[prop], function (err, result) {
if (err) {
callback("err" + err);
} else {
var newid = result[0].insertId;
callback("done:"+newid);
}
选择了错误的值
{{1}}