fix 77980 标签项管理--展示区域管理 修改展示区域后,使用该展示区域的数据,没有自动更新

This commit is contained in:
lijiarao
2023-11-10 17:06:28 +08:00
parent a4199d4a7c
commit 5e532e7c32
3 changed files with 28 additions and 14 deletions
@@ -1,5 +1,7 @@
package com.jero.common.constant;
import org.springframework.cache.interceptor.SimpleKey;
/**
* @author: huangxutao
* @date: 2019-06-14
@@ -26,6 +28,8 @@ public class CacheConstant {
public static final String SYS_DICT_TABLE_CACHE = "sys:cache:dictTable";
public static final String SYS_DICT_TABLE_BY_KEYS_CACHE = SYS_DICT_TABLE_CACHE + "ByKeys";
public static final String SYS_DICT_TABLE_CACHE_SIMPLE_KEY = SYS_DICT_TABLE_CACHE + "::SimpleKey [%s,%s]";
/**
* 数据权限配置缓存
*/