tangxu
2022-11-02 05f522e321a742f03bf1e3e26edaeb5147da42f4
Application/IStation.Application.OpenApi/shys/plan/shys/shysÐìãþ±ÃÕ¾.cs
@@ -51,7 +51,7 @@
            var pipe1_in_press = allRecords_hour.Find(x => x.MonitorTag == monitor进水总管压力.Item1);
            if (pipe1_in_press == null)
            {
                error_info = "徐泾泵站RecordValue æµ‹ç‚¹æœªæ‰¾åˆ°";
                error_info = "徐泾泵站进水总管压力测点未找到";
                return null;
            }
            
@@ -74,14 +74,14 @@
                return null;
            }
            var water_level_value = pipe1_in_press.RecordValue * 100;
            complex_dispatch_request.CorpID = this._corpID;
            complex_dispatch_request.StationID = this._stationID;
            complex_dispatch_request.SchemeNumber = 1;
            complex_dispatch_request.PressValueType = DispatchAna.Model.RequestParasComplex.ePressValueType.压力;
            complex_dispatch_request.InletPipePara = new List<DispatchAna.Model.InletPipePara>()
                        {
                             new DispatchAna.Model.InletPipePara(){ Name="æ°´æ± ", Value = water_level_value}
                             new DispatchAna.Model.InletPipePara(){ Name="进口压力", IsWaterLevel=false, Value = pipe1_in_press.RecordValue}
                        };
            complex_dispatch_request.OutletPipePara = new List<DispatchAna.Model.OutletPipePara>();
            complex_dispatch_request.OutletPipePara.Add(new DispatchAna.Model.OutletPipePara()