|
|
@@ -97,6 +97,7 @@ public class AccountInfo {
|
|
|
this.password = user.getUserPwd();
|
|
|
this.tel = user.getUserTel();
|
|
|
this.userUU = user.getUserUU();
|
|
|
+ this.userIMId = user.getUserIMId();
|
|
|
}
|
|
|
|
|
|
public User convert() {
|
|
|
@@ -106,6 +107,7 @@ public class AccountInfo {
|
|
|
user.setUserName(this.name);
|
|
|
user.setUserTel(this.tel);
|
|
|
user.setUserPwd(this.password);
|
|
|
+ user.setUserIMId(this.userIMId);
|
|
|
Enterprise enterprise = new Enterprise();
|
|
|
enterprise.setUu(this.enUU);
|
|
|
Set<Enterprise> enterprises = new HashSet<Enterprise>();
|