SVN r1148

SVN-Revision: r1148
This commit is contained in:
cyf
2026-03-23 01:47:22 +00:00
parent eb0522e144
commit d8ac361255
14 changed files with 188 additions and 116 deletions
+2 -2
View File
@@ -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;
}