ningshuxia
2022-10-31 0171d347fec140d31db39ab5d76d51eebac472c2
Application/IStation.Application.OpenApi/shys/dispatch/DispatchAna_ShysController.cs
@@ -176,8 +176,8 @@
                water_level = scada_water.value;
            }
      
            complex_request_paras.WaterLevelPara = new List<IStation.Calculation.DispatchAna.Model.WaterLevelPara>();
            complex_request_paras.WaterLevelPara.Add(new IStation.Calculation.DispatchAna.Model.WaterLevelPara() {
            complex_request_paras.InletPipePara = new List<IStation.Calculation.DispatchAna.Model.InletPipePara>();
            complex_request_paras.InletPipePara.Add(new IStation.Calculation.DispatchAna.Model.InletPipePara() {
                Name = "吸水井液位", 
                Value = water_level });