From 85ba539c8298d4fc8db369da864b7c9940be54e3 Mon Sep 17 00:00:00 2001 From: ngfrolov Date: Fri, 4 Aug 2023 13:46:58 +0500 Subject: [PATCH] =?UTF-8?q?LimitingParameterCalcWorkFactory=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=83=D1=81=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=B8=D0=B5=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=86=D0=B0=20?= =?UTF-8?q?=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=B2=D0=B0=D0=BB=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D1=8F=20=D0=BE=D0=B3=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=87=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/LimitingParameterBackgroundService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsbCloudInfrastructure/Services/LimitingParameterBackgroundService.cs b/AsbCloudInfrastructure/Services/LimitingParameterBackgroundService.cs index 4ce22ce4..7c875e70 100644 --- a/AsbCloudInfrastructure/Services/LimitingParameterBackgroundService.cs +++ b/AsbCloudInfrastructure/Services/LimitingParameterBackgroundService.cs @@ -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 { IdTelemetry = idTelemetry,