ztl 2 лет назад
Родитель
Сommit
455e1a78e7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      wwwroot/mes/pm/fqcitems/fqcitemsdetail.ashx

+ 1 - 1
wwwroot/mes/pm/fqcitems/fqcitemsdetail.ashx

@@ -880,7 +880,7 @@ public class fqcitemsdetail : IHttpHandler, IReadOnlySessionState
             }
            if (sort != "")
             {
-                sqlStr += " ORDER BY SID";
+                sqlStr += "ORDER BY XUHAO,SID DESC";
             }
             int total = 0;
             DataTable dt = conn.SelectPages(page, rows, out total, sqlStr, sqlPara.ToArray());