云数据库的where语句无法筛选数据?
数据集合’zhongdui’包含一个记录M,M字段的_openid非空
console.log(this.data.openid)
var rr =await db.collection(‘zhongdui’).where({
_openid:this.data.openid
}).get()
console.log(rr)
//运行后发现this.data.openid为任意值rr都能取到M