Kaynağa Gözat

用户管理修改

master
yangpeilai 1 ay önce
ebeveyn
işleme
5bb410d485

+ 2
- 1
zhywpt-app-userw/src/main/java/cn/com/taiji/userw/model/system/AccountInfoVo.java Dosyayı Görüntüle

@@ -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…
İptal
Kaydet