add flag check file in noti #1784
This commit is contained in:
parent
75ddebba37
commit
e35c556c62
2 changed files with 5 additions and 2 deletions
|
|
@ -13,5 +13,6 @@
|
||||||
|
|
||||||
public bool? isReport { get; set; }
|
public bool? isReport { get; set; }
|
||||||
|
|
||||||
|
public bool? isTemplate { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -485,7 +485,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
||||||
{
|
{
|
||||||
name = "หนังสือเวียนถึงแก่กรรม",
|
name = "หนังสือเวียนถึงแก่กรรม",
|
||||||
url = $"{_configuration["API"]}/retirement/deceased/report/36/{retirementDeceased.Id}",
|
url = $"{_configuration["API"]}/retirement/deceased/report/36/{retirementDeceased.Id}",
|
||||||
isReport = true
|
isReport = true,
|
||||||
|
isTemplate = true
|
||||||
});
|
});
|
||||||
|
|
||||||
var payload = new CommandPayload()
|
var payload = new CommandPayload()
|
||||||
|
|
@ -821,7 +822,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
||||||
name = "หนังสือเวียนถึงแก่กรรม",
|
name = "หนังสือเวียนถึงแก่กรรม",
|
||||||
//url = $"{_configuration["APIV2"]}/report/deceased/copy/36/{retirementDeceased.Id}"
|
//url = $"{_configuration["APIV2"]}/report/deceased/copy/36/{retirementDeceased.Id}"
|
||||||
url = $"{_configuration["API"]}/retirement/deceased/report/36/{retirementDeceased.Id}",
|
url = $"{_configuration["API"]}/retirement/deceased/report/36/{retirementDeceased.Id}",
|
||||||
isReport = true
|
isReport = true,
|
||||||
|
isTemplate = true
|
||||||
});
|
});
|
||||||
|
|
||||||
var payload = new CommandPayload()
|
var payload = new CommandPayload()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue