需求:查询super_manager_uid字段中包含6292bf9706b1e20001f368b2的记录。
"phone": "123123123",
"super_manager_uid": [
"6292bf9706b1e20001f368b2",
"629045f00cb5d500010f0049"
]
需求:查询super_manager_uid字段中包含6292bf9706b1e20001f368b2的记录。
"phone": "123123123",
"super_manager_uid": [
"6292bf9706b1e20001f368b2",
"629045f00cb5d500010f0049"
]
1 个回复
4***@qq.com (作者)
我尝试用正则匹配,但不成功。
db.collection('act-company').where('/6292bf9706b1e20001f368b2/.test(super_manager_uid)').get()
有人报过bug