瀏覽代碼

字典根

WXF 3 年之前
父節點
當前提交
58e4ed816b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api-common/src/main/java/api/common/pojo/constants/DictConstants.java

+ 1 - 1
api-common/src/main/java/api/common/pojo/constants/DictConstants.java

@@ -3,7 +3,7 @@ package api.common.pojo.constants;
 public class DictConstants {
 
     //字典缓存目录key
-    public static final String BASE_KEY = "GQ-DICT:";
+    public static final String BASE_KEY = "DICT:";
     public static final String LIST_KEY = "LIST:";
     public static final String MAP_KEY = "MAP:";