我被置于一个相当奇怪的境地。这是我的文档风格。
{
_id: ObjectId("4ff642fcc33203be3ba36e39"),
agents: {
1: "Sharon57 Braveheart",
2: "xoJessxo Pexie",
3: "KRISxsee Ronas",
4: "Consualo Resident"
},
estates: [
"Surreal"
],
lead: "Allyson Breumann"
}
$team = $db->teams->findOne(array("agents" => $ownername)); 用于返回上面的文件。但是现在它只返回null。我可以搜索线索,它工作正常。这是 mongodb 更新中的新错误吗?版本 2.4.1