20220908 人员培训记录保存错误修改。

This commit is contained in:
2022-09-08 14:15:28 +08:00
parent 2b07be5792
commit f38675c06a
7 changed files with 24 additions and 16 deletions
+4 -4
View File
@@ -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();
}