{
"_id" : ObjectId("510902fb7995fe3504000002"),
"name" : "Gym",
"status" : "1",
"whichs" : [
{
"name" : "American",
"status" : "1"
}
]
}
以上是我的集合对象..我想将 which.name 更新为“Indian” where which.status = 1..请帮助我使用 mongoDB 查询来执行此操作..