From fd5f7c86beec35f6b7cde3f16f23c6cf1279a447 Mon Sep 17 00:00:00 2001
From: yantian yue <306727702@qq.com>
Date: 星期四, 28 十二月 2023 15:59:47 +0800
Subject: [PATCH] 更新

---
 YX.BLL/System_Bll.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/YX.BLL/System_Bll.cs b/YX.BLL/System_Bll.cs
index 61f17e5..053ccbd 100644
--- a/YX.BLL/System_Bll.cs
+++ b/YX.BLL/System_Bll.cs
@@ -79,12 +79,12 @@
                 throw ex;
             }
         }
-        public static DataTable GetSystemLog(string ip)
+        public static DataTable GetSystemLog(string ip,string type)
         {
             DataTable dt = new DataTable();
             try
             {
-                return System_Dal.GetSystemLog(ip);
+                return System_Dal.GetSystemLog(ip, type);
 
             }
             catch (Exception ex)

--
Gitblit v1.9.3