|
@@ -297,7 +297,7 @@ public class UserFacade extends UserServiceImpl {
|
|
|
data.setUserLoginDTO(userLoginDTO);
|
|
|
|
|
|
//添加机构信息
|
|
|
- Organization org = organizationFacade.getById(user.getId());
|
|
|
+ Organization org = organizationFacade.getByUserId(user.getId());
|
|
|
data.setOrganization(org);
|
|
|
//添加菜单信息
|
|
|
List<MenuWrapper> menuList = menuFacade.getByRole(user.getId());
|