Merge pull request #6042 from dataease/pr@dev@fix_import_dependent

fix: 引入依赖错误github#5770
This commit is contained in:
fit2cloud-chenyw 2023-09-06 21:33:05 +08:00 committed by GitHub
commit 0e74b654e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;