| | |
| | | #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 |
| | | |
| | |
| | | #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 |
| | | |