From e294dcf5185f22bf1e288472e675680e46c53a52 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 04 三月 2023 16:06:28 +0800
Subject: [PATCH] PC计件工资去掉车间关联

---
 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