军团:修复周活跃问题
This commit is contained in:
@@ -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);
|
||||
|
||||
//结算未领取的宝箱奖励发送到邮件中
|
||||
|
||||
Reference in New Issue
Block a user