SVN r1243
SVN-Revision: r1243
This commit is contained in:
@@ -70,6 +70,8 @@ namespace Lskj.Main
|
||||
", RegexOptions.Multiline | RegexOptions.IgnorePatternWhitespace);
|
||||
|
||||
private bool isPlaintextPwd;
|
||||
|
||||
private string DisplayName = "UserName";
|
||||
public FrmLogin()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -260,7 +262,13 @@ namespace Lskj.Main
|
||||
BaseImpl.HasExistsColumn("P_EmployeeTab", "useLanguage", "nvarchar(50)");
|
||||
arg = " ,useLanguage";
|
||||
}
|
||||
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(SystemInfo.Instance.LoginUsername))
|
||||
{
|
||||
this.DisplayName= SystemInfo.Instance.LoginUsername;
|
||||
}
|
||||
|
||||
//if (BaseImpl.HasExistsColumn("P_EmployeeTab", "DefaultLedger"))
|
||||
// arg += ",DefaultLedger";
|
||||
BaseImpl.HasExistsColumn("P_SystemTab", "LoginPopupFlag", "int");
|
||||
|
||||
Reference in New Issue
Block a user