Merge branch 'dev_visual_page' into dev
commit
1ce6637c07
|
|
@ -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