yangys
2024-04-09 6cbeec5fa8e11547b1baec937575376b780aeb2e
smart-core-context/src/main/java/com/qianwen/core/context/BladeServletContext.java
@@ -9,7 +9,6 @@
import org.springframework.lang.Nullable;
@ConditionalOnWebApplication(type = ConditionalOnWebApplication.Type.SERVLET)
/* loaded from: blade-core-context-9.3.0.0-SNAPSHOT.jar:org/springblade/core/context/BladeServletContext.class */
public class BladeServletContext implements BladeContext {
    private final BladeContextProperties contextProperties;
    private final BladeHttpHeadersGetter httpHeadersGetter;
@@ -31,7 +30,7 @@
        return get(this.contextProperties.getHeaders().getAccountId());
    }
    @Override // org.springblade.core.context.BladeContext
    @Override
    @Nullable
    public String getTenantId() {
        return get(this.contextProperties.getHeaders().getTenantId());