🐞 fix(军团): 军团修改icon未更新redis
This commit is contained in:
@@ -167,6 +167,9 @@ export class GuildHandler {
|
||||
if (notice != undefined) {
|
||||
pushGuildNoticeUpdateMsg(roleId, roleName, guild);
|
||||
}
|
||||
if(icon != undefined) {
|
||||
await updateUserInfo(REDIS_KEY.GUILD_INFO, code, [{ field: 'icon', value: icon }]);
|
||||
}
|
||||
// 返回
|
||||
return resResult(STATUS.SUCCESS, { ...guild });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user