|
@ -369,8 +369,8 @@ public class PartyMemberConfirmServiceImpl implements PartyMemberConfirmService |
|
|
} |
|
|
} |
|
|
AddUserPartyBadgeFormDTO badgeFormDTO = new AddUserPartyBadgeFormDTO(); |
|
|
AddUserPartyBadgeFormDTO badgeFormDTO = new AddUserPartyBadgeFormDTO(); |
|
|
badgeFormDTO.setUserId(partyUserId); |
|
|
badgeFormDTO.setUserId(partyUserId); |
|
|
Result<Boolean> result = epmetUserOpenFeignClient.addUserPartyBadgeRecord(badgeFormDTO); |
|
|
Result<Boolean> result = epmetUserOpenFeignClient.initBadge(badgeFormDTO); |
|
|
if (result == null || !result.success() || !result.getData()) { |
|
|
if (result == null || !result.success()) { |
|
|
throw new RenException("初始化党员徽章信息失败"); |
|
|
throw new RenException("初始化党员徽章信息失败"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|