tangxu
2023-04-21 473084031d410d95db66e81f4d1761f9a2d1b8e5
Calculation/IStation.Calculation.Dispatch/custom/shys/station/长兴岛/KeepStatus.cs
@@ -112,10 +112,10 @@
                    new Common.DispatchAnaGeneralHelper鍘嬪姏();
                calc_pipe_helper.InitialParas(
                    pipe1_TargetFlow + pipe2_TargetFlow,
                    water_level,true ,
                    water_level, true,
                    press, false,
                    null, null,
                    allMachineList, null);
                    allMachineList, null, out error_info);
                return calc_pipe_helper.CalcKeepStatus(_open_machine_IdList);
            }
@@ -134,7 +134,7 @@
                        water_level, true,
                        pipe1_TargetPess, false,
                        null, null,
                        (from x in allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(), null);
                        (from x in allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(), null, out error_info);
                    return calc_pipe1_helper.CalcKeepStatus(_open_machine_IdList);
                }
@@ -145,7 +145,7 @@
                        water_level, true,
                        pipe2_TargetPess, false,
                        null, null,
                        (from x in allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(), null);
                        (from x in allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(), null, out error_info);
                    return calc_pipe2_helper.CalcKeepStatus(_open_machine_IdList);
                }
@@ -158,7 +158,7 @@
                    water_level, true,
                    pipe1_TargetPess, false,
                     null, null,
                    (from x in allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(), null);
                    (from x in allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(), null, out error_info);
                var pipe1_result = calc_pipe1_helper.CalcKeepStatus(_open_machine_IdList);
@@ -167,7 +167,7 @@
                    water_level,true ,
                    pipe2_TargetPess,false ,
                    null, null,
                    (from x in allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(), null);
                    (from x in allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(), null, out error_info);
                var pipe2_result = calc_pipe2_helper.CalcKeepStatus(_open_machine_IdList);