修改员工考核
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user