MongoDB or和and混用


MongoDB or和and混用

1
var list = await xxx.find({$and:[{$or:[{playerId:id},{fb:id}]},{success:1}]}).skip(10).limit(20).sort({createTime:-1});