The equivalent mongo query follows: db.collection1.aggregate([ { "$match": { "name": { "$in": arrayList }, "cond1": "false" } }, { "$group": ...
確定! 回上一頁