From bb255018d9786fa7badce23fb5d849b03d86279c Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 6 Sep 2023 21:31:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=95=E5=85=A5=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=94=99=E8=AF=AFgithub#5770?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/io/dataease/auth/service/ProxyAuthService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/backend/src/main/java/io/dataease/auth/service/ProxyAuthService.java b/core/backend/src/main/java/io/dataease/auth/service/ProxyAuthService.java index baae1b8f80..ad1a812ddc 100644 --- a/core/backend/src/main/java/io/dataease/auth/service/ProxyAuthService.java +++ b/core/backend/src/main/java/io/dataease/auth/service/ProxyAuthService.java @@ -4,9 +4,9 @@ import java.util.List; import org.apache.shiro.authc.AuthenticationException; import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.context.annotation.Lazy; import org.springframework.stereotype.Service; -import groovy.lang.Lazy; import io.dataease.auth.api.dto.CurrentRoleDto; import io.dataease.auth.api.dto.CurrentUserDto; import io.dataease.auth.entity.SysUserEntity;