mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -256,7 +256,7 @@ VALUES
|
||||
this.clearCache();
|
||||
}
|
||||
|
||||
@Cacheable(cacheNames = Constants.CACHE_PERMISSION)
|
||||
@Cacheable(cacheNames = Constants.CACHE_PERMISSION, key = "'all'")
|
||||
public List<PermissionDto> getAllFromCache() {
|
||||
|
||||
List<PermissionEntity> all = this.findAll();
|
||||
|
||||
Reference in New Issue
Block a user