zlyx
2023-02-17 f8bb302fef0d6f6f14f04508056628cb10aa98e0
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/UserConstants.java
@@ -131,8 +131,8 @@
    int PASSWORD_MAX_LENGTH = 20;
    /**
     * 管理员ID
     * 超级管理员ID
     */
    Long ADMIN_ID = 1L;
    Long SUPER_ADMIN_ID = 1L;
}