Bläddra i källkod

用户管理修改

master
yangpeilai 1 månad sedan
förälder
incheckning
5bb410d485

+ 2
- 1
zhywpt-app-userw/src/main/java/cn/com/taiji/userw/model/system/AccountInfoVo.java Visa fil

this.setIdType(from.getIdType() != null ? new IdTypeModel(from.getIdType()) : null); this.setIdType(from.getIdType() != null ? new IdTypeModel(from.getIdType()) : null);
this.setGender(from.getGender() != null ? from.getGender() : Gender.UNKOWN); this.setGender(from.getGender() != null ? from.getGender() : Gender.UNKOWN);
this.setAccount(DesensitizedUtil.mobilePhone(from.getAccount())); 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)); this.setIdNum(DesensitizedUtil.idCardNum(from.getIdNum(), 3, 4));
if (StringTools.hasText(from.getIdNum()) && from.getIdType() != null) { if (StringTools.hasText(from.getIdNum()) && from.getIdType() != null) {
this.setRealNameAuthentication("0"); this.setRealNameAuthentication("0");

Laddar…
Avbryt
Spara