diff --git a/Controllers/ProfileReportController.cs b/Controllers/ProfileReportController.cs index 2a008a2..91ea18c 100644 --- a/Controllers/ProfileReportController.cs +++ b/Controllers/ProfileReportController.cs @@ -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"); diff --git a/Report/Profile/rptKK1_Page2.trdp b/Report/Profile/rptKK1_Page2.trdp index fb1a1e4..f082e7a 100644 Binary files a/Report/Profile/rptKK1_Page2.trdp and b/Report/Profile/rptKK1_Page2.trdp differ