medal_bug
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user