fix: 引入依赖错误github#5770

This commit is contained in:
fit2cloud-chenyw 2023-09-06 21:31:29 +08:00
parent f364da727c
commit bb255018d9

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;