yantian yue
2023-12-28 fd5f7c86beec35f6b7cde3f16f23c6cf1279a447
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)