fix WellOperationRepository day prop

This commit is contained in:
ngfrolov 2023-01-18 09:32:50 +05:00
parent fa6fdc067e
commit aea67f43fe
Signed by: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -283,7 +283,7 @@ namespace AsbCloudInfrastructure.Repository
.Where(subOp => subOp.IdType == o.IdType)
.Where(subOp => subOp.DateStart <= o.DateStart)
.Min(subOp => subOp.DateStart))
.TotalHours,
.TotalDays,
});
if (request.OperationType.HasValue)