|
|
@ -2401,6 +2401,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
user.setName(formDTO.getName()); |
|
|
|
user.setMobile(formDTO.getMobile()); |
|
|
|
user.setIsParty(NumConstant.ONE_STR); |
|
|
|
user.setCulture(formDTO.getCulture()); |
|
|
|
//如果是党员中心户,则居民是志愿者
|
|
|
|
if (NumConstant.ONE_STR.equals(formDTO.getIsDyzxh())) { |
|
|
|
user.setIsVolunteer(NumConstant.ONE_STR); |
|
|
|