Updating a field in an object in MongoDB

前端 未结 0 1104
借酒劲吻你
借酒劲吻你 2021-01-02 04:52

I have this code:

    const project = await Project.findOne({"code":currentUser.groupcode}); // this works

          


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