Преглед на файлове

用户管理修改

master
yangpeilai преди 2 месеца
родител
ревизия
5bb410d485
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      zhywpt-app-userw/src/main/java/cn/com/taiji/userw/model/system/AccountInfoVo.java

+ 2
- 1
zhywpt-app-userw/src/main/java/cn/com/taiji/userw/model/system/AccountInfoVo.java Целия файл

@@ -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");

Loading…
Отказ
Запис