permission字段为数组,需要查询数组中包含当前用户,或者数组为空[],或者数组为null的情况
其中数组为null没问题,但是数组为空[]这个提示出错,
db.command.or({permission:db.getCloudEnv('$cloudEnv_uid')},{permission:[]},{permission:null})
permission字段为数组,需要查询数组中包含当前用户,或者数组为空[],或者数组为null的情况
其中数组为null没问题,但是数组为空[]这个提示出错,
db.command.or({permission:db.getCloudEnv('$cloudEnv_uid')},{permission:[]},{permission:null})
1 个回复
DCloud_uniCloud_CRL
请尝试使用运算方法
size
或者isArray
实现需求,查看更多运算方法