🐞 fix(pvp): pvp刷新对手慢查询
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user