20231228
This commit is contained in:
parent
aa38508ea3
commit
80211b1d62
|
@ -266,6 +266,7 @@ namespace WebAPI.Controllers
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
newPerson.PersonId =getPerson.PersonId;
|
||||||
PersonService.UpdateDoorPerson(newPerson);
|
PersonService.UpdateDoorPerson(newPerson);
|
||||||
responeData.message = "更新人员成功!";
|
responeData.message = "更新人员成功!";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue