升级
This commit is contained in:
@@ -53,6 +53,15 @@ namespace FineUIPro.Web
|
||||
|
||||
if (!IsPostBack)
|
||||
{
|
||||
int unitType = CommonService.GetUnitTypeByUserId(this.CurrUser.UserId);
|
||||
if (unitType == 0)
|
||||
{
|
||||
Button3.Text = "公司";
|
||||
}
|
||||
else if (unitType == 1)
|
||||
{
|
||||
Button3.Text = "分公司";
|
||||
}
|
||||
this.CurrUser.LoginProjectId = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user