DocumentServiceAPI.Application/UserAndLogin/Services/UserService.cs
@@ -400,7 +400,7 @@ if(tp == null ) { tp= await _db.Queryable<TenantPermissions>().Where(x=>x.TenantId == TenderID).FirstAsync(); if (tp == null) if (tp != null) _cacheService.Add<TenantPermissions>(Key, tp, 300); else return false;