|
@@ -146,6 +146,8 @@ public class UserCloudServiceProvider extends ControllerSupport implements UserC
|
|
|
|
|
|
UserBean userBean = new UserBean();
|
|
|
userBean.setUserId(userEntity.getId());
|
|
|
+ userBean.setName(userEntity.getName());
|
|
|
+ userBean.setLoginName(userEntity.getLoginName());
|
|
|
userBean.setDisplayName(userEntity.getLoginName() + " (" + userEntity.getName() + ")");
|
|
|
userBean.setOrgId(userEntity.getOrgId());
|
|
|
userBean.setRootOrgId(userEntity.getRootOrgId());
|