From 2cc036e7b5ca7ba242b1296d946f8d563f3cf4c2 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期日, 16 十月 2022 01:34:22 +0800
Subject: [PATCH] 产能规划提交报错
---
VueWebApi/DLL/BLL/LoginBLL.cs | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index 73a9574..feb9c8d 100644
--- a/VueWebApi/DLL/BLL/LoginBLL.cs
+++ b/VueWebApi/DLL/BLL/LoginBLL.cs
@@ -39,11 +39,18 @@
}
#endregion
- #region[鐧诲嚭]
+ #region[PC鐧诲嚭]
public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
{
return LoginDAL.LoginOut(userid,usercode, username, usertype);
}
#endregion
+
+ #region[App鐧诲嚭]
+ public static ToMessage LoginAppOut(int userid, string usercode, string username, string usertype)
+ {
+ return LoginDAL.LoginAppOut(userid, usercode, username, usertype);
+ }
+ #endregion
}
}
\ No newline at end of file
--
Gitblit v1.9.3