แก้รายงาน กก1

This commit is contained in:
Suphonchai Phoonsawat 2023-05-14 07:41:00 +07:00
parent d86eb050a8
commit 12cd324f2a
2 changed files with 17 additions and 17 deletions

View file

@ -503,23 +503,23 @@ namespace BMA.EHR.Report.Service.Controllers
OcFullPath = profile2.OcFullPath
}).ToList();
while (salary.Count < 30)
{
salary.Add(new
{
SalaryDate = "",
Position = "",
PosNo = "",
Rank = "",
Salary = "",
RefAll = "",
PositionType = "",
PositionLevel = "",
PositionAmount = "",
FullName = profile2.FullName,
OcFullPath = profile2.OcFullPath
});
}
//while (salary.Count < 60)
//{
// salary.Add(new
// {
// SalaryDate = "",
// Position = "",
// PosNo = "",
// Rank = "",
// Salary = "",
// RefAll = "",
// PositionType = "",
// PositionLevel = "",
// PositionAmount = "",
// FullName = profile2.FullName,
// OcFullPath = profile2.OcFullPath
// });
//}
var rptFile2 = Path.Combine(_hostingEnvironment.ContentRootPath, "Report", "Profile", $"rptKK1_Page2.trdp");