gpt4 book ai didi

php - 在mongodb的嵌套数组中插入数据

转载 作者:可可西里 更新时间:2023-11-01 09:28:17 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
MongoDB updating fields in nested array

我有这样的数据:

{ 
"_id" : ObjectId("4f855061dd53351011000b42"),
"act_mgr" : [{ "sales" : {"agent" : ["rohan@walkover.in" ], "last_interacted" : "rohan@walkover.in" } } ],
"email" : "aman@asasas.com", "name" : "Aman",
"sales" : [{"sno" : 1, "message" : "description","status" : "open"},{"sno" : 12,"message" : "assad","status" :"open"}]
}

我想添加新代理并更新 act_mgr:sales 中的 last_interacted 之类的东西

"act_mgr" : [{ "sales" : {"agent" : ["rohan@walkover.in","abc@walkover.in" ],
"last_interacted" : "abc@walkover.in" } } ]

此外,如果我像开发人员一样添加新的 act_mgr,那么它会像

 "act_mgr" : [{ "sales" : {"agent" : ["rohan@walkover.in","abc@walkover.in" ],  "last_interacted" : "abc@walkover.in" } },
{ "developer" : {"agent" : ["newdeveloper@walkover.in" ], "last_interacted" : "newdeveloper@walkover.in" } } ]

我不知道如何添加这些字段

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com