เพิ่ม type ประเภทประกาศพ้นราชการ

This commit is contained in:
Kittapath 2023-08-07 13:18:08 +07:00
parent e1e3aeff5c
commit 3582a6d783
2 changed files with 6 additions and 4 deletions

View file

@ -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,
});
}