Administrator
2023-08-03 c426fdcccb92bc3ac22c7eb4e34c50ce78e59a55
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysUserServiceImpl.java
@@ -629,4 +629,6 @@
    private String getCacheKey(String configKey) {
        return CacheConstants.USER_LIST_KEY + configKey;
    }
}