แก้รายงาน กก1
This commit is contained in:
parent
d86eb050a8
commit
12cd324f2a
2 changed files with 17 additions and 17 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue