| | |
| | | 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) |
| | | { |
| | |
| | | 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) |
| | |
| | | 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) |