feiyue 3 лет назад
Родитель
Сommit
fbc63ea948
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      DK.Service/PMModuleLogic/PMModuleLogicPartial.cs

+ 1 - 1
DK.Service/PMModuleLogic/PMModuleLogicPartial.cs

@@ -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),
 				};