@@ -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());