|
|
@@ -2313,7 +2313,7 @@ namespace Dongke.IBOSS.PRD.Service.PMModuleLogic
|
|
|
in(
|
|
|
select ProductionLineID from TP_PC_Procedure where ProcedureID=:ProcedureID
|
|
|
) and p.valueflag='1'
|
|
|
- and IsSpecialRework='1' order by p.displayno ";
|
|
|
+ and IsSpecialRework='1' order by p.ProcedureName ";
|
|
|
OracleParameter[] paras = new OracleParameter[]{
|
|
|
new OracleParameter(":ProcedureID",OracleDbType.Int32, procedureID,ParameterDirection.Input),
|
|
|
};
|