Ver código fonte

修改损坯工序排序

konghe 1 ano atrás
pai
commit
c154ea8228
1 arquivos alterados com 1 adições e 1 exclusões
  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))
             {