yl
2022-10-27 5d70327428efc1d341617d0b26c059bc5217b951
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
    }