标签:title col this 钩子 class schema upd func 函数
可以在模型中钩子函数中获取更新数据并在保存前修改
schema.pre(‘updateOne‘, function() { let doc = this.getUpdate(); ratio.process(doc.subtitle); this.set({ updatedAt: new Date() }); });
标签:title col this 钩子 class schema upd func 函数
原文地址:https://www.cnblogs.com/kiancyc/p/12803595.html