คำสั่งแตงตั้งกรรมการ
This commit is contained in:
parent
c2021691fc
commit
0a38f32fc8
2 changed files with 1 additions and 0 deletions
|
|
@ -1159,6 +1159,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
ChairManFullName = raw_data.ChairManFullName,
|
||||
Member1FullName = raw_data.Member1FullName,
|
||||
Member2FullName = raw_data.Member2FullName,
|
||||
Duration = raw_data.ProbationStartDate == null || raw_data.ProbationEndDate == null ? "" : raw_data.ProbationStartDate.Value.CalculateBetweenDateV2(raw_data.ProbationEndDate.Value).ToThaiNumber()
|
||||
};
|
||||
|
||||
var rptFile = Path.Combine(_hostingEnvironment.ContentRootPath, "Reports", $"10-แต่งตั้งคณะกรรมการประเมินผลการทดลองปฏิบัติหน้าที่ราชการ.trdp");
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue