From 7b2cce1b88761c23da4dc8b5343dd9700c36a6fd Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 27 二月 2024 10:32:46 +0800 Subject: [PATCH] 修改导出报告功能 --- src/main/java/com/lf/server/entity/all/RedisCacheKey.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/all/RedisCacheKey.java b/src/main/java/com/lf/server/entity/all/RedisCacheKey.java index 2c15a63..0699458 100644 --- a/src/main/java/com/lf/server/entity/all/RedisCacheKey.java +++ b/src/main/java/com/lf/server/entity/all/RedisCacheKey.java @@ -41,6 +41,13 @@ } /** + * 鍥惧眰鎺堟潈閿� + */ + public static String permsLayerKey(String key) { + return "perms:layer:" + key; + } + + /** * 鑿滃崟鎺堟潈閿� */ public static String permsMenusKey(String key) { @@ -67,4 +74,11 @@ public static String blacklistKey(String key) { return "blacklist:" + key; } + + /** + * 鍑犱綍瀵硅薄鐨勭┖闂村弬鑰冮敭 + */ + public static String sridKey(String key) { + return "geom:srid:" + key; + } } -- Gitblit v1.9.3