Fix pareto top orario
This commit is contained in:
@@ -44,7 +44,7 @@ namespace MP.IOC.Components.Pages
|
||||
DateTime adesso = DateTime.Now;
|
||||
var rawData = await StatsAggrService.GetFiltAsync(oggi.AddDays(-5), oggi);
|
||||
ListGlobalCall = rawData.OrderByDescending(x => x.Hour).ToList();
|
||||
ListParetoCall = await StatsDetService.GetParetoAsync(adesso.AddHours(-1), adesso, 5);
|
||||
ListParetoCall = await StatsDetService.GetParetoAsync(adesso.AddHours(-1), adesso, 10);
|
||||
paretoWeek = await StatsAggrService.GetParetoStatsWeekAsync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user