|
|
@@ -43,7 +43,8 @@ public class AccountInfoVo extends BaseModel { |
|
|
|
this.setIdType(from.getIdType() != null ? new IdTypeModel(from.getIdType()) : null); |
|
|
|
this.setGender(from.getGender() != null ? from.getGender() : Gender.UNKOWN); |
|
|
|
this.setAccount(DesensitizedUtil.mobilePhone(from.getAccount())); |
|
|
|
this.setMobile(DesensitizedUtil.mobilePhone(from.getMobile())); |
|
|
|
// this.setMobile(DesensitizedUtil.mobilePhone(from.getMobile())); |
|
|
|
this.setMobile(from.getMobile()); |
|
|
|
this.setIdNum(DesensitizedUtil.idCardNum(from.getIdNum(), 3, 4)); |
|
|
|
if (StringTools.hasText(from.getIdNum()) && from.getIdType() != null) { |
|
|
|
this.setRealNameAuthentication("0"); |