forked from ddrilling/AsbCloudServer
Фикс
1. Шаблон, добавил формулу 2. Фикс рассчёта НВП
This commit is contained in:
parent
05d3a9d7b7
commit
eb7a3283f8
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