积分赛只刷出本服对手

This commit is contained in:
ciniao 2024-01-04 14:30:37 +08:00
parent d490550abf
commit a1dbacd7fe

View File

@ -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}
] ]
} }
}, },