เพิ่มโหลดวันที่จ่ายเงินผู้สมัคร
This commit is contained in:
parent
e8cb94c541
commit
1223720994
8 changed files with 3272 additions and 287 deletions
|
|
@ -1804,6 +1804,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
if (candidate.Email != null && candidate.Email != "") _mailService.SendMailToUser(subject, body, candidate.Email);
|
||||
var num = periodExam.Count() + 1;
|
||||
candidate.ExamIdenNumber = "CDC-" + num;
|
||||
candidate.PaymentDate = DateTime.Now;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue