From bb2554daa1f30cbfca7943e3224257828706096c Mon Sep 17 00:00:00 2001
From: 1790429840 <1790429840@qq.com>
Date: Thu, 26 Sep 2024 09:19:19 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=9A=E7=94=A8=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2Where=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../DOCManageAPP(阿克苏)/DocManageAPP.csproj | 4 ++++
.../DOCManageAPP(阿克苏)/ashx/A_CommonHandler.ashx.cs | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
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))
{