我的查询或:
"$or": [
{
"store": id,
"status": {"$ne": pending}
},
{
"store": id,
"status": pending,
"stage": {"$ne": active}
}
]
是否可以使用与上述相同的结果进行更简单的查询?