Просмотр исходного кода

Merge branch 'master' of http://git.dongkesoft.com:9001/DK-MES-2.0/SANHOPE.mes.wcf

张忠帅 1 год назад
Родитель
Сommit
49741493f1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      DK.Service/ReportModuleLogic/ReportModuleLogic.cs

+ 1 - 1
DK.Service/ReportModuleLogic/ReportModuleLogic.cs

@@ -6765,7 +6765,7 @@ namespace Dongke.IBOSS.PRD.Service.ReportModuleLogic
             "      , COUNT(DISTINCT sp.BARCODE ) AS counts\n" +
             "      ,null AS  DISCOVERERSTAFF," +
             "       null JOBSNAME\n" +
-              tmp + " GROUP BY  p.procedurename order by counts desc";
+              tmp + " GROUP BY  p.procedurename order by procedurename";
             parameters.Add(new OracleParameter(":productionlineid", OracleDbType.Int32, se.ProductionLineID, ParameterDirection.Input));
             if (string.IsNullOrEmpty(se.ProcedureIDS))
             {