VueWebApi/DLL/BLL/LoginBLL.cs
@@ -54,9 +54,9 @@ #endregion #region[App登录查询安灯呼叫信息] public static ToMessage LoginAppAnDonMessage(int userid, string usercode, string username, string usertype) public static ToMessage LoginAppAnDonMessage(string rid, string usercode, string username, string usertype) { return LoginDAL.LoginAppAnDonMessage(userid, usercode, username, usertype); return LoginDAL.LoginAppAnDonMessage(rid, usercode, username, usertype); } #endregion }