Mongoosejs-我可以在'find'的查询后中间件中修改文档吗?

时间:2018-06-20 05:38:07

标签: node.js mongoose

我正在使用mongoose.js版本5.1.6。有没有办法在查询find之后自动执行doc.toObject()?我不确定是否可以在find的中间件中做到这一点。

schema.post('find', function(docs) {
  // Can I change the docs that return by find() by modify the docs here?
})

1 个答案:

答案 0 :(得分:0)

可以。你必须要做类似的事情

dat$dat <- as.POSIXct(dat$dat, format = '%d%b%Y:%H:%M:%S')