https://developers.weixin.qq.com/miniprogram/dev/wxcloudservice/wxcloud/reference-sdk-api/database/command/Command.exists.html
const fieldName='a40fc074679364630524c9ba4d93f51b'
const res=await db.collection('admin').where({
[fieldName]:_.exists(true)
}).get()
console.log(res)