From f246165de1e2e6bcca4275e31458c5625c0c84fb Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 10 一月 2023 12:26:38 +0800
Subject: [PATCH] 设备点检标准、保养标准关联工作站接口去掉最后过滤条件

---
 VueWebApi/DLL/BLL/LoginBLL.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index 764558c..6792ca5 100644
--- a/VueWebApi/DLL/BLL/LoginBLL.cs
+++ b/VueWebApi/DLL/BLL/LoginBLL.cs
@@ -42,7 +42,7 @@
         #region[PC鐧诲嚭]
         public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
         {
-            return LoginDAL.LoginOut(userid,usercode, username, usertype);
+            return LoginDAL.LoginOut(userid, usercode, username, usertype);
         }
         #endregion
 

--
Gitblit v1.9.3