Mongoose save() not updating value in an array in database document

后端 未结 3 781
没有蜡笔的小新
没有蜡笔的小新 2021-01-31 15:59

I am trying to update a document in a collection (units) using GUI and after it gets updated I want to update the value (user.Units which is an array of Unit names) in collecti

3条回答
  •  忘掉有多难
    2021-01-31 16:23

    i replaced the save methud with this statment: Client_data.Unit.updateOne({_id: unit._id},unit);

提交回复
热议问题