diff --git a/Code/智慧营区/DOCManageAPP(阿克苏)/DocManageAPP.csproj b/Code/智慧营区/DOCManageAPP(阿克苏)/DocManageAPP.csproj
index 4ab69a3..60a147b 100644
--- a/Code/智慧营区/DOCManageAPP(阿克苏)/DocManageAPP.csproj
+++ b/Code/智慧营区/DOCManageAPP(阿克苏)/DocManageAPP.csproj
@@ -4275,6 +4275,7 @@
+
@@ -5901,6 +5902,9 @@
AppHandler2.ashx
+
+ A_CommonHandler.ashx
+
BaseMenuHandler.ashx
diff --git a/Code/智慧营区/DOCManageAPP(阿克苏)/ashx/A_CommonHandler.ashx.cs b/Code/智慧营区/DOCManageAPP(阿克苏)/ashx/A_CommonHandler.ashx.cs
index e7126ec..b13d07e 100644
--- a/Code/智慧营区/DOCManageAPP(阿克苏)/ashx/A_CommonHandler.ashx.cs
+++ b/Code/智慧营区/DOCManageAPP(阿克苏)/ashx/A_CommonHandler.ashx.cs
@@ -194,7 +194,7 @@ namespace FangYar.WebUI.ashx
if (string.IsNullOrWhiteSpace(orderBy))
{
- orderBy = " ID ";
+ orderBy = " 1 ";
}
if (string.IsNullOrWhiteSpace(columns))
{
@@ -274,7 +274,7 @@ namespace FangYar.WebUI.ashx
if (string.IsNullOrWhiteSpace(orderBy))
{
- orderBy = " ID ";
+ orderBy = " 1 ";
}
if (string.IsNullOrWhiteSpace(columns))
{