Can't find subdocument by _id

后端 未结 0 685
不知归路
不知归路 2021-02-09 02:06

I need to retrieve a subdocument by id. My abbreviated schema is:

OfferSchema.add({
  counterOffers: {
    type: [OfferSchema]
  },
  ...
});

I\'

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