Merge branch 'dev_visual_page' into dev

dahua_koumen
zhaokai 2026-07-28 18:06:53 +08:00
commit 1ce6637c07
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class CorpInfoController {
return SingleResponse.of(corpInfoService.info(id));
}
@ApiOperation("查询当前登录租户自身企业详情")
@PostMapping("/info/self")
@GetMapping("/info/self")
public SingleResponse<CorpInfoCO> getSelfInfo() {
SSOUser ssoUser = AuthContext.getCurrentUser();
Long tenantId = ssoUser.getTenantId();