yl
2022-12-07 bad8049c9018f4ca8a5b256fd2d5ddad021fe58d
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
@@ -52,5 +52,12 @@
            return LoginDAL.LoginAppOut(userid, usercode, username, usertype);
        }
        #endregion
        #region[App登录查询安灯呼叫信息]
        public static ToMessage LoginAppAnDonMessage(string rid, string usercode, string username, string usertype)
        {
            return LoginDAL.LoginAppAnDonMessage(rid, usercode, username, usertype);
        }
        #endregion
    }
}