人员信息档案

This commit is contained in:
geh
2025-08-08 09:57:21 +08:00
parent c5a80c95bf
commit 9c98470736
2 changed files with 2 additions and 1 deletions
@@ -90,6 +90,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
{
person.OutTime = Funs.GetNewDateTime(this.txtChangeTime.Text);
person.IsUsed = false;
person.IsUsedType = "0";
BLL.PersonService.UpdatePerson(person);
}
}