forked from ddrilling/AsbCloudServer
Merge pull request 'Баг/Начальный экран/Отображение текущего забоя' (#304) from fix/#36823597-current-wellDepth-on-start-screen into dev
Reviewed-on: https://test.digitaldrilling.ru:8443/DDrilling/AsbCloudServer/pulls/304
This commit is contained in:
commit
8dfe0246af
@ -157,8 +157,8 @@ internal class SubsystemService : ISubsystemService
|
|||||||
SumDepthInterval = sumDepthInterval,
|
SumDepthInterval = sumDepthInterval,
|
||||||
OperationCount = operationCount,
|
OperationCount = operationCount,
|
||||||
};
|
};
|
||||||
|
if(oscillationStat.SumOperationDepthInterval != 0d)
|
||||||
oscillationStat.KUsage = oscillationStat.SumDepthInterval / oscillationStat.SumOperationDepthInterval;
|
oscillationStat.KUsage = oscillationStat.SumDepthInterval / oscillationStat.SumOperationDepthInterval;
|
||||||
|
|
||||||
return oscillationStat;
|
return oscillationStat;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user