fix #2082
This commit is contained in:
parent
fd8e0e78b6
commit
b2fcc4a5b9
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
|
||||||
.Select(x => new
|
.Select(x => new
|
||||||
{
|
{
|
||||||
Id = x.Id,
|
Id = x.Id,
|
||||||
PersonId = x.PersonId,
|
ProfileId = x.PersonId,
|
||||||
CitizenId = x.CitizenId,
|
CitizenId = x.CitizenId,
|
||||||
Prefix = x.Prefix,
|
Prefix = x.Prefix,
|
||||||
FirstName = x.FirstName,
|
FirstName = x.FirstName,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue