Merge branch 'master' of https://gitee.com/frane-yang/SGGL_CWCEC
This commit is contained in:
commit
afe079877f
|
@ -266,6 +266,7 @@ namespace WebAPI.Controllers
|
|||
}
|
||||
else
|
||||
{
|
||||
newPerson.PersonId =getPerson.PersonId;
|
||||
PersonService.UpdateDoorPerson(newPerson);
|
||||
responeData.message = "更新人员成功!";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue