From ccad1f7a9e0cf2b80f89c5442bfec1e774f23a55 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 24 八月 2023 11:05:14 +0800
Subject: [PATCH] 修改图层表的标识字段

---
 src/main/java/com/moon/server/entity/all/RedisCacheKey.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/all/RedisCacheKey.java b/src/main/java/com/moon/server/entity/all/RedisCacheKey.java
index f270c79..af80a99 100644
--- a/src/main/java/com/moon/server/entity/all/RedisCacheKey.java
+++ b/src/main/java/com/moon/server/entity/all/RedisCacheKey.java
@@ -48,6 +48,13 @@
     }
 
     /**
+     * 鎶曞奖鍥惧眰鎺堟潈閿�
+     */
+    public static String permsProjectLayerKey(String key) {
+        return "perms:projectLayer:" + key;
+    }
+
+    /**
      * 鑿滃崟鎺堟潈閿�
      */
     public static String permsMenusKey(String key) {

--
Gitblit v1.9.3