diff --git a/src/EventCloud.Application/Statistics/StatisticsAppService.cs b/src/EventCloud.Application/Statistics/StatisticsAppService.cs index fc4df96..1f77e90 100644 --- a/src/EventCloud.Application/Statistics/StatisticsAppService.cs +++ b/src/EventCloud.Application/Statistics/StatisticsAppService.cs @@ -31,8 +31,8 @@ public StatisticsAppService( public async Task> GetStatistics() { - //Disabled MayHaveTenant filter to access to all tenant's data, not for only current tenant. - using (CurrentUnitOfWork.DisableFilter(AbpDataFilters.MayHaveTenant)) + //Disabled filters to access to all tenant's data, not for only current tenant. + using (CurrentUnitOfWork.DisableFilter(AbpDataFilters.MayHaveTenant, AbpDataFilters.MustHaveTenant)) { var statisticItems = new List {