|
|
@ -631,6 +631,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
} |
|
|
|
map.put("updated_by", tokenDto.getUserId()); |
|
|
|
|
|
|
|
if (StringUtils.isNotBlank(map.get("ID_CARD"))) { |
|
|
|
// 证件类型判断----start----
|
|
|
|
IdCardRegexUtils regex = IdCardRegexUtils.parse(map.get("ID_CARD")); |
|
|
|
if (regex == null) { |
|
|
@ -639,6 +640,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
IdCardTypeEnum typeEnum = regex.getTypeEnum(); |
|
|
|
map.put("ID_CARD_TYPE", typeEnum.getType()); |
|
|
|
// 证件类型判断----end----
|
|
|
|
} |
|
|
|
baseDao.upTable("ic_resi_user", resiUserId, map); |
|
|
|
} |
|
|
|
|
|
|
|