修改员工考核

This commit is contained in:
2023-10-07 15:27:02 +08:00
parent dd53b2300a
commit f1a5407c69
15 changed files with 1269 additions and 94 deletions
@@ -259,6 +259,8 @@
if (string.IsNullOrEmpty(info))
{
Person_PersonsService.UpdatePerson(getData);
this.CurrUser.LogWorkPostId = getData.LogWorkPostId;
this.CurrUser.LogMachineId = getData.LogMachineId;
LogService.AddSys_Log(this.CurrUser, getData.PersonName, getData.PersonId, BLL.Const.PersonalInfoMenuId, BLL.Const.BtnModify);
Alert.ShowInParent("保存成功!", MessageBoxIcon.Success);
}