Mongoose Find and Update subdocument

前端 未结 0 562
醉梦人生
醉梦人生 2021-01-02 05:57

I have the following schemas :

const FinanceSchema = new mongoose.Schema({
  moneyToBePaid: {
    type: Number,
  },

  moneyPaid: {
    type: Number,
  },

          


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