|
|
@ -175,6 +175,7 @@ public class UserBadgeServiceImpl implements UserBadgeService { |
|
|
|
return; |
|
|
|
} |
|
|
|
List<UserBaseInfoResultDTO> userBaseInfoResultDTOS = userBaseInfoService.queryUserBaseInfo(reUserIds); |
|
|
|
log.info("user基本信息:"+userBaseInfoResultDTOS.toString()); |
|
|
|
if (CollectionUtils.isEmpty(userBaseInfoResultDTOS)) { |
|
|
|
log.error("未查询到党员基本信息......"); |
|
|
|
throw new RenException("未查询到党员基本信息......"); |
|
|
|