Mongoose: How to match array in parent table and join with second table based on matched id in parent

后端 未结 0 789
北恋
北恋 2021-02-04 12:50

How to match array from parent table and join another table with matched id from parent table

Group.aggregate([
{ "$match": { _id:{ $in: groupids}} }, 
         


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