From f71a02229c1ba00fbecaead19256593ffb052753 Mon Sep 17 00:00:00 2001
From: duan <dante@isaints.net>
Date: 星期三, 21 八月 2024 17:18:40 +0800
Subject: [PATCH] 1

---
 src/DIXWeb.Web/Areas/GlobalM/Controllers/StatementController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/DIXWeb.Web/Areas/GlobalM/Controllers/StatementController.cs b/src/DIXWeb.Web/Areas/GlobalM/Controllers/StatementController.cs
index a92be7c..5e8b8dc 100644
--- a/src/DIXWeb.Web/Areas/GlobalM/Controllers/StatementController.cs
+++ b/src/DIXWeb.Web/Areas/GlobalM/Controllers/StatementController.cs
@@ -70,9 +70,9 @@
         /// <param name="page"></param>
         /// <param name="rows"></param>
         /// <returns></returns>
-        public ActionResult GetICS(int InspectObjectTypeId, int InspectTypeId, DateTime TimeBegin, DateTime TimeEnd, int page = 1, int rows = 200)
+        public ActionResult GetICS(int OrgId,int InspectObjectTypeId, int InspectTypeId, DateTime TimeBegin, DateTime TimeEnd, int page = 1, int rows = 200)
         {
-            Receive receive = this._statementBusiness.GetICS(InspectObjectTypeId, InspectTypeId, TimeBegin, TimeEnd, page, rows);
+            Receive receive = this._statementBusiness.GetICS(OrgId,InspectObjectTypeId, InspectTypeId, TimeBegin, TimeEnd, page, rows);
             return Json(receive);
         }
 

--
Gitblit v1.8.0