mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-12 21:43:16 +08:00
update 统一框架所有主键id均使用雪花id
This commit is contained in:
@@ -205,7 +205,7 @@ public class LoginHelper {
|
||||
* @return 是否为超级管理员
|
||||
*/
|
||||
public static boolean isSuperAdmin(Long userId) {
|
||||
return SystemConstants.SUPER_ADMIN_ID.equals(userId);
|
||||
return SystemConstants.SUPER_ADMIN_USER_ID.equals(userId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user