medal_bug

This commit is contained in:
2025-07-03 11:03:17 +08:00
parent 98d370a19e
commit b6a6bae282

View File

@@ -245,8 +245,8 @@ public class UsersController extends BaseController {
if (null != userVipInfo) {
userVo.setMicCircle(userVipInfo.getMicCircle());
userVo.setMicNickColor(userVipInfo.getMicNickColour());
userVo.setMedalsPic(userMedalService.loadAndCacheMedals(uid, userVipInfo.getMedalSeat()));
}
userVo.setMedalsPic(userMedalService.loadAndCacheMedals(uid, userVipInfo.getMedalSeat()));
// 公会铭牌
Long guildNameplateId = guildDressUpService.getNameplateId(uid, userVo.getPartitionId());