From 5b4fb9c56426b5096555560a44dd365b02853ad4 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 17 六月 2023 13:14:54 +0800
Subject: [PATCH] 代码加组织过滤

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

diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index 2d57cc8..19778c1 100644
--- a/VueWebApi/DLL/BLL/LoginBLL.cs
+++ b/VueWebApi/DLL/BLL/LoginBLL.cs
@@ -18,9 +18,9 @@
         #endregion
 
         #region [鍐欏叆鐧诲綍璁板綍琛╙
-        public static ToMessage LoginBas(string usercode,string usertype)
+        public static ToMessage LoginBas(string usercode,string usertype,string stu_torgcode)
         {
-            return LoginDAL.LoginBas(usercode,usertype);
+            return LoginDAL.LoginBas(usercode,usertype, stu_torgcode);
         }
         #endregion
 
@@ -39,10 +39,24 @@
         }
         #endregion
 
-        #region[PC鐧诲嚭]
-        public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
+        #region[APP淇敼瀵嗙爜]
+        public static ToMessage AppUpdateUserPassword(string usercode, string username, string password, string newpassword)
         {
-            return LoginDAL.LoginOut(userid, usercode, username, usertype);
+            return LoginDAL.AppUpdateUserPassword(usercode, username, password, newpassword);
+        }
+        #endregion
+
+        #region[APP瀵嗙爜閲嶇疆]
+        public static ToMessage ResettUserPassword(string usercode, string username)
+        {
+            return LoginDAL.ResettUserPassword(usercode, username);
+        }
+        #endregion
+
+        #region[PC鐧诲嚭]
+        public static ToMessage LoginOut(int userid,string usercode, string username,string usertype,string stu_torgcode)
+        {
+            return LoginDAL.LoginOut(userid, usercode, username, usertype, stu_torgcode);
         }
         #endregion
 

--
Gitblit v1.9.3