|
@@ -126,6 +126,8 @@ public class OrgService {
|
|
|
return;
|
|
|
}
|
|
|
user = new UserEntity();
|
|
|
+ user.setRootOrgId(org.getRootId());
|
|
|
+ user.setOrgId(org.getId());
|
|
|
user.setLoginName(org.getCode());
|
|
|
user.setName(org.getContacts());
|
|
|
user.setMobile(org.getTelphone());
|