|
|
@@ -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))
|
|
|
{
|