fix บันทึกผลการได้รับ
This commit is contained in:
parent
5f753d8c4e
commit
1ce91f6f3a
1 changed files with 10 additions and 1 deletions
|
|
@ -2393,7 +2393,16 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
||||||
LastUpdateFullName = FullName ?? "System Administrator",
|
LastUpdateFullName = FullName ?? "System Administrator",
|
||||||
LastUpdateUserId = UserId ?? "",
|
LastUpdateUserId = UserId ?? "",
|
||||||
LastUpdatedAt = DateTime.Now,
|
LastUpdatedAt = DateTime.Now,
|
||||||
}; ;
|
|
||||||
|
Prefix = _profile.Prefix,
|
||||||
|
Position = _profile.Position,
|
||||||
|
CitizenId = _profile.CitizenId,
|
||||||
|
ProfileType = _profile.ProfileType,
|
||||||
|
FirstName = _profile.FirstName,
|
||||||
|
LastName = _profile.LastName,
|
||||||
|
|
||||||
|
|
||||||
|
};
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue