fix: 修复缓存字段公开问题
This commit is contained in:
@@ -269,6 +269,7 @@ namespace Yi.Framework.Rbac.Application.Services
|
||||
}
|
||||
//此处优先从缓存中获取
|
||||
UserRoleMenuDto output = null;
|
||||
|
||||
var cacheData = await _userCache.GetAsync(new UserInfoCacheKey(userId.Value));
|
||||
if (cacheData is not null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user