军团数据库表

This commit is contained in:
mamengke01
2021-01-18 13:30:18 +08:00
parent 492dcea2d9
commit a8965d4185
5 changed files with 133 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
import {Application, BackendSession, pinus} from 'pinus';
export default function(app: Application) {
return new GuildHandler(app);
}
export class GuildHandler {
constructor(private app: Application) {
}
//TODO创建军团
async createGuild() {
}
//TODO 获取军团列表
async getGuildList() {
}
}

View File

@@ -110,7 +110,7 @@ export class PvpHandler {
refOppCnt = oldSeasonData.refOppCnt;
challengeCnt = oldSeasonData.challengeCnt;
challengeRefTime = oldSeasonData.challengeRefTime;
} else if(show) {
} else if (show) {
await PvpSeasonResultModel.updatePvpSeasonResult(roleId, {show: false});
flag = true;
}