forked from ddrilling/AsbCloudServer
LimitingParameterCalcWorkFactory исправил условие определения конца интервала действия ограничения
This commit is contained in:
parent
51fb66b80a
commit
85ba539c82
@ -105,7 +105,7 @@ namespace AsbCloudInfrastructure.Services
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (limitingLast.IdFeedRegulator != idLimiting && limitingLast.DepthStart < wellDepth)
|
if (limitingLast.IdFeedRegulator != idLimiting || limitingLast.DepthStart < wellDepth)
|
||||||
{
|
{
|
||||||
limitingParameters.Add(new LimitingParameter {
|
limitingParameters.Add(new LimitingParameter {
|
||||||
IdTelemetry = idTelemetry,
|
IdTelemetry = idTelemetry,
|
||||||
|
Loading…
Reference in New Issue
Block a user