|
@ -150,6 +150,12 @@ public class IcPartyMemberServiceImpl extends BaseServiceImpl<IcPartyMemberDao, |
|
|
throw new EpmetException(EpmetErrorCode.SERVER_ERROR.getCode(), "获取党组织信息失败", "获取党组织信息失败"); |
|
|
throw new EpmetException(EpmetErrorCode.SERVER_ERROR.getCode(), "获取党组织信息失败", "获取党组织信息失败"); |
|
|
} |
|
|
} |
|
|
dto.setOrgName(org.getPartyOrgName()); |
|
|
dto.setOrgName(org.getPartyOrgName()); |
|
|
|
|
|
|
|
|
|
|
|
if (NumConstant.ZERO_STR.equals(dto.getOrgPids())) { |
|
|
|
|
|
dto.setOrgPids(dto.getSszb()); |
|
|
|
|
|
} else { |
|
|
|
|
|
dto.setOrgPids(dto.getOrgPids().concat(StrConstant.COMMA).concat(dto.getSszb())); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
//职务
|
|
|
//职务
|
|
|
if (StringUtils.isNotBlank(dto.getPartyZw())) { |
|
|
if (StringUtils.isNotBlank(dto.getPartyZw())) { |
|
|