Compare commits
3 Commits
bcb9d32b95
...
ba47d2324f
| Author | SHA1 | Date |
|---|---|---|
|
|
ba47d2324f | |
|
|
1ce6637c07 | |
|
|
0feb06ba0d |
|
|
@ -91,7 +91,7 @@ public class CorpInfoController {
|
||||||
return SingleResponse.of(corpInfoService.info(id));
|
return SingleResponse.of(corpInfoService.info(id));
|
||||||
}
|
}
|
||||||
@ApiOperation("查询当前登录租户自身企业详情")
|
@ApiOperation("查询当前登录租户自身企业详情")
|
||||||
@PostMapping("/info/self")
|
@GetMapping("/info/self")
|
||||||
public SingleResponse<CorpInfoCO> getSelfInfo() {
|
public SingleResponse<CorpInfoCO> getSelfInfo() {
|
||||||
SSOUser ssoUser = AuthContext.getCurrentUser();
|
SSOUser ssoUser = AuthContext.getCurrentUser();
|
||||||
Long tenantId = ssoUser.getTenantId();
|
Long tenantId = ssoUser.getTenantId();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue