เพิ่ม type ประเภทประกาศพ้นราชการ
This commit is contained in:
parent
e1e3aeff5c
commit
3582a6d783
2 changed files with 6 additions and 4 deletions
|
|
@ -164,6 +164,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
Year = x.Year,
|
||||
Round = x.Round,
|
||||
Total = x.Total,
|
||||
TypeReport = x.TypeReport,
|
||||
Json = true,
|
||||
})
|
||||
.ToListAsync();
|
||||
|
|
@ -182,6 +183,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
Year = retire.Year,
|
||||
Round = retire.Round,
|
||||
Total = retire.RetirementProfiles.Count(),
|
||||
TypeReport = retire.TypeReport,
|
||||
Json = false,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue