【7.2.2】bugfix角色数据范围redis缓存标识修复

pull/29/head
fengshuonan 2022-03-27 22:46:03 +08:00
parent fad7014eec
commit b7e3dc9487
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ public class RoleDataScopeRedisCache extends AbstractRedisCacheOperator<List<Lon
@Override @Override
public String getCommonKeyPrefix() { public String getCommonKeyPrefix() {
return SystemCachesConstants.ROLE_INFO_CACHE_PREFIX; return SystemCachesConstants.ROLE_DATA_SCOPE_CACHE_PREFIX;
} }
} }