forked from ddrilling/AsbCloudServer
Merge pull request 'Фикс' (#321) from fix/well_report into dev
Reviewed-on: https://test.digitaldrilling.ru:8443/DDrilling/AsbCloudServer/pulls/321
This commit is contained in:
commit
ab7947c4aa
Binary file not shown.
@ -83,8 +83,7 @@ public class WellReportService : IWellReportService
|
||||
var planTrajectories = await trajectoryPlanRepository.GetAsync(idWell, token);
|
||||
var factTrajectories = await trajectoryFactRepository.GetAsync(idWell, token);
|
||||
|
||||
var factOperationsWithoutNpt = factWellOperations.Where(o => WellOperationCategory.NonProductiveTimeSubIds
|
||||
.Any(x => x != o.IdCategory));
|
||||
var factOperationsWithoutNpt = factWellOperations.Where(o => !WellOperationCategory.NonProductiveTimeSubIds.Contains(o.IdCategory));
|
||||
|
||||
return new WellReportDto
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user