forked from ddrilling/AsbCloudServer
Исправление группировки по подсистемам
This commit is contained in:
parent
17c7392542
commit
22136824ac
@ -192,7 +192,7 @@ namespace AsbCloudInfrastructure.Services.Subsystems
|
||||
if (query is not null)
|
||||
{
|
||||
var result = await query
|
||||
.GroupBy(o => o.IdSubsystem)
|
||||
.GroupBy(o => o.IdTelemetry)
|
||||
.Select(g => new DatesRangeDto
|
||||
{
|
||||
From = g.Min(o => o.DateStart).DateTime,
|
||||
|
Loading…
Reference in New Issue
Block a user