📜  formularioAssertionError [ERR_ASSERTION]:选项参数中缺少 where 属性 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:18.244000             🧑  作者: Mango

代码示例1
var values = {title: 'some title' , content : 'P' };
var condition = { where :{id: 2} }; 
options = { multi: true };

models.Page.update(values, condition , options)
. then(function(upresult) {} )