SVN r1148
SVN-Revision: r1148
This commit is contained in:
@@ -746,8 +746,8 @@ namespace Lskj.Main
|
||||
break;
|
||||
case -1: // 登录失败
|
||||
default:
|
||||
ErrorLogText = string.Format("登录用户Id:{0}\r\n登录用户名称:{1}\r\n输入密码:{2}", userId, userName, password);
|
||||
LogUtil.WriteDebug("", "登录失败", ErrorLogText, "");
|
||||
//ErrorLogText = string.Format("登录用户Id:{0}\r\n登录用户名称:{1}\r\n输入密码:{2}", userId, userName, password);
|
||||
//LogUtil.WriteDebug("", "登录失败", ErrorLogText, "");
|
||||
MessageUtil.Show(ResourceKeys.LoginFault);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user