积分赛只刷出本服对手
This commit is contained in:
parent
d490550abf
commit
a1dbacd7fe
@ -47,7 +47,8 @@ export default async function (call: ApiCall<ReqGetEnemy, ResGetEnemy>) {
|
|||||||
$and: [
|
$and: [
|
||||||
{"data.player.power": {$gte: r[0]}},
|
{"data.player.power": {$gte: r[0]}},
|
||||||
{"data.player.power": {$lte: r[1]}},
|
{"data.player.power": {$lte: r[1]}},
|
||||||
{uid: {$nin: blackUids}}
|
{uid: {$nin: blackUids}},
|
||||||
|
{"data.player.sid":user.data.player.sid}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user