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