ปรับระบบสรรหาสอบคัดเลือก (3)

This commit is contained in:
harid 2025-11-18 17:29:49 +07:00
parent 876b085dd2
commit efb22a9d73
5 changed files with 182 additions and 62 deletions

View file

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