How to get an item from an inner array of a model?

后端 未结 0 1746
栀梦
栀梦 2021-01-23 16:26

I have a schema:

const item = new mongoose.Schema({
  prices: {
    type: [
      {
        addOperation: {
          type: [
            {
              _id,
            


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