瀏覽代碼

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

张忠帅 1 年之前
父節點
當前提交
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))
             {