移除徽章增加荣誉类型
This commit is contained in:
parent
4735496345
commit
c9112adab5
@ -122,6 +122,8 @@ public class BadgeOperateListener implements MessageListener {
|
||||
return;
|
||||
}
|
||||
List<UserUseBadgeDTO> wearBadge = userProfile.getWearBadge();
|
||||
List<UserUseBadgeDTO> honorBadge = userProfile.getWearHonor();
|
||||
wearBadge.addAll(honorBadge);
|
||||
if (CollectionUtils.isEmpty(wearBadge)) {
|
||||
return;
|
||||
}
|
||||
|
||||
@ -152,6 +152,8 @@ public class BadgeBackpackClientServiceImpl implements BadgeBackpackClientServic
|
||||
return;
|
||||
}
|
||||
List<UserUseBadgeDTO> wearBadge = userProfile.getWearBadge();
|
||||
List<UserUseBadgeDTO> honorBadge = userProfile.getWearHonor();
|
||||
wearBadge.addAll(honorBadge);
|
||||
if (CollectionUtils.isEmpty(wearBadge)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user