瀏覽代碼

FQC检验排序

ztl 2 年之前
父節點
當前提交
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 != "")
            if (sort != "")
             {
             {
-                sqlStr += " ORDER BY SID";
+                sqlStr += "ORDER BY XUHAO,SID DESC";
             }
             }
             int total = 0;
             int total = 0;
             DataTable dt = conn.SelectPages(page, rows, out total, sqlStr, sqlPara.ToArray());
             DataTable dt = conn.SelectPages(page, rows, out total, sqlStr, sqlPara.ToArray());