reactor:@TenantIgnore 添加在 Controller 时,自动添加到 TenantProperties 中

(cherry picked from commit f92f9d2e1733f257dcf3fbe155b34079cba0d211)
This commit is contained in:
YunaiV
2025-05-14 15:04:11 +08:00
committed by dengqichen
parent a94bb7ae84
commit fb135c2629
2 changed files with 3 additions and 2 deletions
@@ -26,7 +26,7 @@ public class TenantApiImpl implements TenantApi {
}
@Override
@GetMapping // 获得租户列表的时候,无需传递租户编号
@TenantIgnore // 获得租户列表的时候,无需传递租户编号
public CommonResult<Boolean> validTenant(Long id) {
tenantService.validTenant(id);
return success(true);