🐞 fix(pvp): pvp刷新对手慢查询

This commit is contained in:
luying
2023-08-09 19:19:46 +08:00
parent 3768112d45
commit 4976f6fdb5

View File

@@ -6,6 +6,7 @@ import { PVP } from '../pubUtils/dicParam';
@index({ roleId: 1 })
@index({ serverId: 1, score: 1 })
@index({ serverId: 1, seasonNum: 1 })
export default class PvpDefense extends BaseModel {
@prop({ required: true })
serverId: number; // 区 id