yl
2023-06-17 5b4fb9c56426b5096555560a44dd365b02853ad4
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
@@ -54,9 +54,9 @@
        #endregion
        #region[PC登出]
        public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
        public static ToMessage LoginOut(int userid,string usercode, string username,string usertype,string stu_torgcode)
        {
            return LoginDAL.LoginOut(userid, usercode, username, usertype);
            return LoginDAL.LoginOut(userid, usercode, username, usertype, stu_torgcode);
        }
        #endregion