tangxu
2022-11-03 e50aa0608755bb4fbb2729912850b6ba4a5c75bc
Calculation/IStation.Calculation.Dispatch/custom/shys/station/陈行一输/OptAna.cs
@@ -170,7 +170,7 @@
                pipe1_TargetPess,false,
              null, null,
             (from x in _allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(),
            machine_run_status == null ? null : machine_run_status.MachineRunFilter);
            machine_run_status == null ? null : machine_run_status.MachineRunFilter, out error_info);
                pipe1_results = calc_pipe1_helper.CalcOptList(complex_request_paras.SchemeSortType, 3);
                if (pipe1_results == null || pipe1_results.Count() == 0)
                {
@@ -194,7 +194,7 @@
                pipe2_TargetPess,false ,
              null, null,
             (from x in _allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(),
            machine_run_status == null ? null : machine_run_status.MachineRunFilter);
            machine_run_status == null ? null : machine_run_status.MachineRunFilter, out error_info);
                pipe2_results = calc_pipe2_helper.CalcOptList(complex_request_paras.SchemeSortType, 3);
                if (pipe2_results == null || pipe2_results.Count() == 0)
@@ -220,7 +220,7 @@
                pipe3_TargetPess,false ,
                null, null,
             (from x in _allMachineList where pipe3_machineIds.Contains(x.MachineID) select x).ToList(),
            machine_run_status == null ? null : machine_run_status.MachineRunFilter);
            machine_run_status == null ? null : machine_run_status.MachineRunFilter, out error_info);
                pipe3_results = calc_pipe3_helper.CalcOptList(complex_request_paras.SchemeSortType, 3);
                if (pipe3_results == null || pipe3_results.Count() == 0)