This commit is contained in:
杨红卫 2023-12-28 10:10:06 +08:00
parent aa38508ea3
commit 80211b1d62
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ namespace WebAPI.Controllers
}
else
{
newPerson.PersonId =getPerson.PersonId;
PersonService.UpdateDoorPerson(newPerson);
responeData.message = "更新人员成功!";
}