This commit is contained in:
parent
dc8a3dc39c
commit
123501378b
3 changed files with 5 additions and 3 deletions
|
|
@ -378,6 +378,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
node = node,
|
||||
nodeId = nodeId,
|
||||
isAll = isAll,
|
||||
revisionId = revisionId,
|
||||
};
|
||||
|
||||
var profiles = new List<SearchProfileDto>();
|
||||
|
|
@ -410,6 +411,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
nodeId = nodeId,
|
||||
isAll = isAll,
|
||||
isRetirement = isRetirement,
|
||||
revisionId = revisionId,
|
||||
};
|
||||
|
||||
var profiles = new List<SearchProfileDto>();
|
||||
|
|
@ -441,6 +443,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
node = node,
|
||||
nodeId = nodeId,
|
||||
isAll = isAll,
|
||||
revisionId = revisionId,
|
||||
};
|
||||
|
||||
var profiles = new List<SearchProfileDto>();
|
||||
|
|
|
|||
|
|
@ -935,8 +935,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
organizationName = profile?.FirstOrDefault()?.Oc ?? "",
|
||||
headerText = type.Trim().ToUpper() == "OFFICER" ? "ข้าราชการสามัญ" : "ลูกจ้างประจำ",
|
||||
leaveTitleType = leaveTitleType,
|
||||
employees = employees,
|
||||
profile = profile
|
||||
employees = employees,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ namespace BMA.EHR.Leave.Service.DTOs.Reports
|
|||
public string nodeId { get; set; }
|
||||
public bool? isRetirement { get; set; } = false;
|
||||
|
||||
public string? revisionId { get; set; }
|
||||
public string? revisionId { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue