How can i find two collection in single query? Mongoose

前端 未结 0 1039
野趣味
野趣味 2021-01-15 04:33

I want to make get all data in 2 tables(collections) . My query is `

  Product.find({}, function (err, docs) {
   
    res.status(200).json({
      categories         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题