forked from ddrilling/AsbCloudServer
Фикс бага сортировки списка сообщений
This commit is contained in:
parent
b656d475b6
commit
2d375436af
@ -14,7 +14,7 @@ namespace AsbCloudApp.Data
|
||||
/// <summary>
|
||||
/// дата появления события
|
||||
/// </summary>
|
||||
public DateTime Date { get; set; }
|
||||
public DateTime DateTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// категория события
|
||||
|
@ -111,7 +111,7 @@ namespace AsbCloudInfrastructure.Services.SAUB
|
||||
WellDepth = message.WellDepth
|
||||
};
|
||||
|
||||
messageDto.Date = message.DateTime.ToRemoteDateTime(timezone.Hours);
|
||||
messageDto.DateTime = message.DateTime.ToRemoteDateTime(timezone.Hours);
|
||||
|
||||
if (message.IdTelemetryUser is not null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user