forked from ddrilling/AsbCloudServer
fix WellOperationRepository day prop
This commit is contained in:
parent
fa6fdc067e
commit
aea67f43fe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user