v3.4.6
This commit is contained in:
@@ -142,7 +142,7 @@ public class OnlineUserService : IDynamicApiController, ITransient
|
||||
/// <returns></returns>
|
||||
public async Task<bool> DelUserInfo(string tenantId, string userId)
|
||||
{
|
||||
var cacheKey = string.Format("{0}{1}_{2}", CommonConst.CACHEKEYUSER, tenantId, userId);
|
||||
var cacheKey = string.Format("{0}:{1}:{2}", tenantId, CommonConst.CACHEKEYUSER, userId);
|
||||
return await _cacheManager.DelAsync(cacheKey);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user