แก้รายงาน กก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 OcFullPath = profile2.OcFullPath
}).ToList(); }).ToList();
while (salary.Count < 30) //while (salary.Count < 60)
{ //{
salary.Add(new // salary.Add(new
{ // {
SalaryDate = "", // SalaryDate = "",
Position = "", // Position = "",
PosNo = "", // PosNo = "",
Rank = "", // Rank = "",
Salary = "", // Salary = "",
RefAll = "", // RefAll = "",
PositionType = "", // PositionType = "",
PositionLevel = "", // PositionLevel = "",
PositionAmount = "", // PositionAmount = "",
FullName = profile2.FullName, // FullName = profile2.FullName,
OcFullPath = profile2.OcFullPath // OcFullPath = profile2.OcFullPath
}); // });
} //}
var rptFile2 = Path.Combine(_hostingEnvironment.ContentRootPath, "Report", "Profile", $"rptKK1_Page2.trdp"); var rptFile2 = Path.Combine(_hostingEnvironment.ContentRootPath, "Report", "Profile", $"rptKK1_Page2.trdp");

Binary file not shown.