This commit is contained in:
2023-12-28 10:10:06 +08:00
parent aa38508ea3
commit 80211b1d62
@@ -266,6 +266,7 @@ namespace WebAPI.Controllers
}
else
{
newPerson.PersonId =getPerson.PersonId;
PersonService.UpdateDoorPerson(newPerson);
responeData.message = "更新人员成功!";
}