This commit is contained in:
高飞 2023-12-28 15:12:16 +08:00
commit afe079877f
1 changed files with 1 additions and 0 deletions

View File

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