เพิ่มลายน้ำในหนังสือเวียน

This commit is contained in:
Kittapath 2023-09-15 10:56:09 +07:00
parent 6a08791d00
commit e02fa90614
10 changed files with 115 additions and 20 deletions

View file

@ -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()