forked from ddrilling/AsbCloudServer
Fix WorkLimitingParameterCalc sql query
This commit is contained in:
parent
c28315b795
commit
1f79a8f5f7
@ -7,10 +7,9 @@ using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
using AsbCloudInfrastructure.Background;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace AsbCloudInfrastructure.Services;
|
||||
namespace AsbCloudInfrastructure.Background;
|
||||
|
||||
public class WorkLimitingParameterCalc : Work
|
||||
{
|
||||
@ -102,7 +101,8 @@ public class WorkLimitingParameterCalc : Work
|
||||
|
||||
if (limitingLast.IdFeedRegulator != idLimiting || limitingLast.DepthStart < wellDepth)
|
||||
{
|
||||
limitingParameters.Add(new LimitingParameter {
|
||||
limitingParameters.Add(new LimitingParameter
|
||||
{
|
||||
IdTelemetry = idTelemetry,
|
||||
IdFeedRegulator = limitingLast.IdFeedRegulator,
|
||||
DateStart = limitingLast.DateStart,
|
Loading…
Reference in New Issue
Block a user