|
@ -524,7 +524,8 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
resiUserId = map.get("ID"); |
|
|
resiUserId = map.get("ID"); |
|
|
//2022.05.18 start zhaoqf 党员信息同步
|
|
|
//2022.05.18 start zhaoqf 党员信息同步
|
|
|
IcResiUserEntity icResiUser = baseDao.selectById(resiUserId); |
|
|
IcResiUserEntity icResiUser = baseDao.selectById(resiUserId); |
|
|
if ((map.containsKey("IS_PARTY") && NumConstant.ONE_STR.equals(map.get("IS_PARTY")))) { |
|
|
if ((map.containsKey("IS_PARTY") && NumConstant.ONE_STR.equals(map.get("IS_PARTY"))) || |
|
|
|
|
|
(!map.containsKey("IS_PARTY") && NumConstant.ONE_STR.equals(icResiUser.getIsParty()))) { |
|
|
if (formMap.containsKey("ic_party_member")) { |
|
|
if (formMap.containsKey("ic_party_member")) { |
|
|
for (LinkedHashMap<String, String> hash : formMap.get("ic_party_member")) { |
|
|
for (LinkedHashMap<String, String> hash : formMap.get("ic_party_member")) { |
|
|
if (!hash.containsKey("ID") && !hash.containsKey("SSZB")) { |
|
|
if (!hash.containsKey("ID") && !hash.containsKey("SSZB")) { |
|
|