From 6768e9f5d677e53e6d788d49e1ca5b9755236ca4 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 22 十月 2024 13:56:24 +0800
Subject: [PATCH] 工艺路线关闭其它功能,分页异常bug修复

---
 WebAPI/Controllers/LMESController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/LMESController.cs b/WebAPI/Controllers/LMESController.cs
index 94292f4..fb15989 100644
--- a/WebAPI/Controllers/LMESController.cs
+++ b/WebAPI/Controllers/LMESController.cs
@@ -1210,7 +1210,7 @@
         #region 宸ヨ壓璺嚎鍒嗛〉鍒楄〃
         [Route("Gy_RoutingBill/page")]
         [HttpGet]
-        public json Gy_RoutingBillPage(string sWhere, string user, int page, int size)
+        public object Gy_RoutingBillPage(string sWhere, string user, int page, int size)
         {
             DataSet ds;
             json res = new json();
@@ -1256,7 +1256,7 @@
                 res.count = CountConstant.FAIL;
                 res.Message = "Exception锛�" + e.ToString();
                 res.data = null;
-                return objJsonResult;
+                return res;
             }
         }
         #endregion

--
Gitblit v1.9.1