This commit is contained in:
parent
b1380d4a2f
commit
2f37334444
4 changed files with 37 additions and 5 deletions
|
|
@ -1822,7 +1822,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
}
|
||||
else
|
||||
{
|
||||
var profileInsigniaBody = new PostProfileInsigniaDto
|
||||
var profileInsigniaBody = new PostProfileEmpInsigniaDto
|
||||
{
|
||||
profileEmployeeId = profile.Id,
|
||||
year = insigniaNote.Year,
|
||||
|
|
@ -1889,7 +1889,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
}
|
||||
else
|
||||
{
|
||||
var profileInsigniaBody = new PostProfileInsigniaDto
|
||||
var profileInsigniaBody = new PostProfileEmpInsigniaDto
|
||||
{
|
||||
profileEmployeeId = profileInsignia.ProfileId.Value,
|
||||
year = insigniaNote.Year,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue