mirror of https://gitee.com/stylefeng/roses
【7.2.2】bugfix角色数据范围redis缓存标识修复
parent
fad7014eec
commit
b7e3dc9487
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue