เพิ่มลายน้ำในหนังสือเวียน
This commit is contained in:
parent
6a08791d00
commit
e02fa90614
10 changed files with 115 additions and 20 deletions
|
|
@ -551,7 +551,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
payload_attach.Add(new PayloadAttachment
|
||||
{
|
||||
name = "หนังสือเวียนถึงแก่กรรม",
|
||||
url = $"{_configuration["API"]}/copy/36/pdf/{retirementDeceased.Id}"
|
||||
url = $"{_configuration["APIV2"]}/report/deceased/copy/36/{retirementDeceased.Id}"
|
||||
});
|
||||
|
||||
var payload = new CommandPayload()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue