20220908 人员培训记录保存错误修改。
This commit is contained in:
@@ -586,10 +586,10 @@ namespace FineUIPro.Web
|
||||
}
|
||||
|
||||
this.CurrUser.LastMenuType = type;
|
||||
//if (!string.IsNullOrEmpty(type))
|
||||
//{
|
||||
// Person_PersonsService.UpdateLastUserInfo(this.CurrUser.PersonId, type, false, this.CurrUser.LoginProjectId);
|
||||
//}
|
||||
if (!string.IsNullOrEmpty(type))
|
||||
{
|
||||
Person_PersonsService.UpdateLastUserInfo(this.CurrUser.PersonId, type, false, this.CurrUser.LoginProjectId);
|
||||
}
|
||||
InitTreeMenu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user