用户管理修改密码 Bug 修复

yun-zuoyi
wei.peng 6 years ago
parent 9a2798ef48
commit 5a6cd405b6

@ -65,4 +65,13 @@ public class SessionUser implements Serializable {
this.languageCode = languageCode;
this.userType = userTypeId;
}
/**
* 使 使 AuthUtil.getDeviceId();
* @return
*/
@Deprecated
public String getDeviceId() {
return deviceId;
}
}

Loading…
Cancel
Save