เพิ่มคำนำหน้าreport สอบคัดเลือก
This commit is contained in:
parent
3cc2db0d1d
commit
55224a594b
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
.Select(p => new
|
||||
{
|
||||
ExamId = p.SeatNumber == null ? null : (p.SeatNumber),
|
||||
FullName = $"{p.FirstName} {p.LastName}",
|
||||
FullName = $"{p.PrefixName}{p.FirstName} {p.LastName}",
|
||||
PositionName = "",
|
||||
ExamName =
|
||||
($"{p.PeriodExam.Name} ครั้งที่ {p.PeriodExam.Round}/{p.PeriodExam.Year.Value.ToThaiYear()}"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue