军团:修复周活跃问题

This commit is contained in:
luying
2022-05-09 13:55:12 +08:00
parent 2944b6da16
commit da5abbcc43
5 changed files with 32 additions and 31 deletions

View File

@@ -165,7 +165,7 @@ export async function resetTrain(code: string, serverId: number) {
if (!guild) {//不满足重置条件,结束并解锁
return trainId;
}
const userGuildList = await UserGuildModel.getListByGuild(code, 'trainRewards', {});
const userGuildList = await UserGuildModel.getListByGuild(code, 'trainRewards roleId', {});
const guildTrains = await GuildTrainModel.getGuildTrainBoxs(code);
//结算未领取的宝箱奖励发送到邮件中