แนบไฟลืหนังสือเวียน
This commit is contained in:
parent
d47404a5b4
commit
7fd22e2c10
9 changed files with 83 additions and 11 deletions
|
|
@ -551,7 +551,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
payload_attach.Add(new PayloadAttachment
|
||||
{
|
||||
name = "หนังสือเวียนถึงแก่กรรม",
|
||||
url = $"{_configuration["API"]}/order/download/attachment/{retirementDeceased.DocumentForward.Id}"
|
||||
url = $"{_configuration["API"]}/copy/36/pdf/{retirementDeceased.Id}"
|
||||
});
|
||||
|
||||
var payload = new CommandPayload()
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public class RetirementDeceasedAddNotiPerson
|
||||
{
|
||||
public Guid ProfileId { get; set; }
|
||||
public bool IsSendMail { get; set; }
|
||||
public bool IsSendInbox { get; set; }
|
||||
public bool IsSendNotification { get; set; }
|
||||
public bool IsSendMail { get; set; } = true;
|
||||
public bool IsSendInbox { get; set; } = true;
|
||||
public bool IsSendNotification { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue