แก้บั้นทึกเครื่องราชย์ไป กพ7 ใหม่
This commit is contained in:
parent
6c42209217
commit
38be118e15
3 changed files with 43 additions and 47 deletions
|
|
@ -162,18 +162,20 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
{
|
||||
await _userProfileRepository.PostProfileInsigniaAsync(new PostProfileInsigniaDto
|
||||
{
|
||||
ProfileId = Guid.Parse(p.FkProfileId),
|
||||
Year = item.InsigniaDateannounce.Value.Year,
|
||||
No = p.InsigniaNo,
|
||||
Volume = item.InsigniaVolume,
|
||||
Section = item.InsigniaSection,
|
||||
Page = p.InsigniaPage,
|
||||
ReceiveDate = item.InsigniaDatereceive.Value,
|
||||
InsigniaId = p.Kp7InsigniaId,
|
||||
DateAnnounce = item.InsigniaDateannounce.Value,
|
||||
Issue = item.InsigniaIssue,
|
||||
VolumeNo = item.InsigniaVolumeno.Value.ToString(),
|
||||
|
||||
profileId = Guid.Parse(p.FkProfileId),
|
||||
year = item.InsigniaDateannounce.Value.Year,
|
||||
no = p.InsigniaNo,
|
||||
volume = item.InsigniaVolume,
|
||||
section = item.InsigniaSection,
|
||||
page = p.InsigniaPage,
|
||||
receiveDate = item.InsigniaDatereceive.Value,
|
||||
insigniaId = p.Kp7InsigniaId,
|
||||
dateAnnounce = item.InsigniaDateannounce.Value,
|
||||
issue = item.InsigniaIssue,
|
||||
volumeNo = item.InsigniaVolumeno.Value.ToString(),
|
||||
note = "",
|
||||
refCommandDate = null,
|
||||
refCommandNo = "",
|
||||
|
||||
}, AccessToken);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue