mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
晨丰组织用户登录权限错误问题修复
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ public class SecurityFrameworkUtils {
|
||||
*/
|
||||
public static boolean isManageEndPoint() {
|
||||
LoginUser loginUser = getLoginUser();
|
||||
return Objects.equals(loginUser.getUserType(), UserTypeEnum.ADMIN.getValue()) && loginUser.getIsSupAdmin();
|
||||
return Objects.equals(loginUser.getUserType(), UserTypeEnum.ADMIN.getValue());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user