|
@ -398,6 +398,9 @@ public class IcPartyMemberServiceImpl extends BaseServiceImpl<IcPartyMemberDao, |
|
|
if (StringUtils.isBlank(entity.getIsTx())) { |
|
|
if (StringUtils.isBlank(entity.getIsTx())) { |
|
|
entity.setIsTx(NumConstant.ZERO_STR); |
|
|
entity.setIsTx(NumConstant.ZERO_STR); |
|
|
} |
|
|
} |
|
|
|
|
|
if (StringUtils.isBlank(entity.getIsQcj())) { |
|
|
|
|
|
entity.setIsQcj(NumConstant.ZERO_STR); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
//判断党员是否已存在,有则更新,没有则添加
|
|
|
//判断党员是否已存在,有则更新,没有则添加
|
|
|
if (null != partyMember) { |
|
|
if (null != partyMember) { |
|
@ -673,6 +676,7 @@ public class IcPartyMemberServiceImpl extends BaseServiceImpl<IcPartyMemberDao, |
|
|
e.setIsLd(("是").equals(e.getIsLd())?NumConstant.ONE_STR:NumConstant.ZERO_STR); |
|
|
e.setIsLd(("是").equals(e.getIsLd())?NumConstant.ONE_STR:NumConstant.ZERO_STR); |
|
|
e.setIsDyzxh(("是").equals(e.getIsDyzxh())?NumConstant.ONE_STR:NumConstant.ZERO_STR); |
|
|
e.setIsDyzxh(("是").equals(e.getIsDyzxh())?NumConstant.ONE_STR:NumConstant.ZERO_STR); |
|
|
e.setIsMxx(("是").equals(e.getIsMxx())?NumConstant.ONE_STR:NumConstant.ZERO_STR); |
|
|
e.setIsMxx(("是").equals(e.getIsMxx())?NumConstant.ONE_STR:NumConstant.ZERO_STR); |
|
|
|
|
|
e.setIsQcj(("是").equals(e.getIsQcj())?NumConstant.ONE_STR:NumConstant.ZERO_STR); |
|
|
//职务
|
|
|
//职务
|
|
|
e.setPartyZw(PartyPostEnum.getCode(e.getPartyZw())); |
|
|
e.setPartyZw(PartyPostEnum.getCode(e.getPartyZw())); |
|
|
//文化程度
|
|
|
//文化程度
|
|
|