how do I query a model using its inner property which is a reference of an object in mongoose-paginate-v2

前端 未结 0 628
迷失自我
迷失自我 2021-01-04 05:47

I have 2 models Account and Customer, the Account schema looks like this :

    const accountSchema = new Schema(
  {
    nuban: {
      type: String,
      un         


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