标签: mongodb
我有两个不同的收藏,客户和前景。 _Id(客户集合)在前景集合中显示,名称为customerId ..现在我想根据customerid获取客户详细信息。如何实现它
db.getCollection('st_salesquotes').find({CustomerId:'5a66f2549ca9b27c4df31e62'})
我想根据_id(客户集合)显示所有销售人员中的客户