20230316新增人员出入记录操作日志
This commit is contained in:
@@ -117,13 +117,13 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
{
|
||||
person.TeamGroupId = null;
|
||||
}
|
||||
BLL.SitePerson_PersonService.UpdateSitePerson(person);
|
||||
Funs.DB.SubmitChanges();
|
||||
|
||||
var getPerson = Person_PersonsService.GetPerson_PersonsById(person.PersonId);
|
||||
if (getPerson != null)
|
||||
{
|
||||
getPerson.UnitId = person.UnitId;
|
||||
Person_PersonsService.UpdatePerson(getPerson);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user