Merge branch 'develop' into working
This commit is contained in:
commit
7b6e5635ea
1 changed files with 0 additions and 1 deletions
|
|
@ -2123,7 +2123,6 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
public async Task<ActionResult<ResponseObject>> GetProfileRetirement([FromRoute] Guid Id, string exportType = "pdf")
|
||||
{
|
||||
var retire = await _service.GetProfileRetirementdAsync(Id, token);
|
||||
return Success("xxx");
|
||||
if (retire != null)
|
||||
{
|
||||
var reportfile = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue