我有一个汽车架构和这辆车的一些事件报告。现在我需要找到最新的activityReport,其中noteAlert设置为true。所以我想到了某事。像这样ActivityReport.find().where('noteAlert').equals(true).exec(function(err,activityReports){activityReports.set({noteAlert:false})activityReports.save();})但这行不通。我需要的是一个函数,它可以将任何找到的对象的showAsWarning设置为false,如果任何较新的对象在创建时将其设置为