军团活动:活跃值统一为在生成拍卖行的时候获得
This commit is contained in:
@@ -321,8 +321,6 @@ export class CityActivityHandler {
|
||||
let myGuildActivityRec = await UserGuildActivityRecModel.updateInfo(code, { isSuccess, isCompleted: true, cityId, challengeTime });
|
||||
if (!myGuildActivityRec) return resResult(STATUS.WRONG_PARMS);
|
||||
|
||||
// 发放活跃
|
||||
await addActive(roleId, serverId, GUILD_POINT_WAYS.ACTIVITY); //获得活跃值
|
||||
// 返回当前军团总军功
|
||||
let myR = new Rank(REDIS_KEY.USER_CITY_ACTIVITY, { serverId, guildCode }, true);
|
||||
let myScore = await myR.getMyScore({ roleId });
|
||||
|
||||
Reference in New Issue
Block a user