Commit 56123f68 authored by 高东东's avatar 高东东

*)选择公司添加返回角色信息

parent 08a39097
......@@ -26,6 +26,7 @@ public class CurCompanyController extends BaseController {
map.put("nickName", getUserInfo().getRealName());
map.put("company", getSelectedOrgInfo().getCompany());
map.put("department", getSelectedOrgInfo().getDepartment());
map.put("role", getSelectedOrgInfo().getRole());
return CommonResponseUtil.success(map);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment