Compare commits
No commits in common. "ba47d2324f1c477bf0100c091e2f46ea6ea7ef59" and "bcb9d32b9542d24444e1ce44708d278f936a9569" have entirely different histories.
ba47d2324f
...
bcb9d32b95
|
|
@ -91,7 +91,7 @@ public class CorpInfoController {
|
||||||
return SingleResponse.of(corpInfoService.info(id));
|
return SingleResponse.of(corpInfoService.info(id));
|
||||||
}
|
}
|
||||||
@ApiOperation("查询当前登录租户自身企业详情")
|
@ApiOperation("查询当前登录租户自身企业详情")
|
||||||
@GetMapping("/info/self")
|
@PostMapping("/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