Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
56123f68
Commit
56123f68
authored
Sep 15, 2020
by
高东东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)选择公司添加返回角色信息
parent
08a39097
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CurCompanyController.java
...in/amos/fas/business/controller/CurCompanyController.java
+2
-1
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/controller/CurCompanyController.java
View file @
56123f68
...
@@ -26,7 +26,8 @@ public class CurCompanyController extends BaseController {
...
@@ -26,7 +26,8 @@ public class CurCompanyController extends BaseController {
map
.
put
(
"nickName"
,
getUserInfo
().
getRealName
());
map
.
put
(
"nickName"
,
getUserInfo
().
getRealName
());
map
.
put
(
"company"
,
getSelectedOrgInfo
().
getCompany
());
map
.
put
(
"company"
,
getSelectedOrgInfo
().
getCompany
());
map
.
put
(
"department"
,
getSelectedOrgInfo
().
getDepartment
());
map
.
put
(
"department"
,
getSelectedOrgInfo
().
getDepartment
());
map
.
put
(
"role"
,
getSelectedOrgInfo
().
getRole
());
return
CommonResponseUtil
.
success
(
map
);
return
CommonResponseUtil
.
success
(
map
);
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment