如题:求解!谢谢!~~~~
代码:await this.model.update({
name:"aabb",
, title: enterprise
}, {
where: {
id: id
},
transaction: transaction
})
报错: `The expected type comes from property 'title' which is declared here on type 'xxModel'`
model里面不止两个字段,但我只想更新两个,却被提示要提供所有字段,该怎么办呢?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…