ปรับระบบสรรหาสอบคัดเลือก (3)
This commit is contained in:
parent
876b085dd2
commit
efb22a9d73
5 changed files with 182 additions and 62 deletions
|
|
@ -291,6 +291,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
Year = periodExam.Year,
|
||||
Status = periodExam.PaymentEndDate == null ? true : DateTime.Now > periodExam.PaymentEndDate,
|
||||
SetSeat = periodExam.SetSeat,
|
||||
Fee = periodExam.Fee,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue