เปลี่ยนข้อความสถานะสมัครสอบทาง email
This commit is contained in:
parent
88c1192b0b
commit
5d32bfd26c
1 changed files with 1 additions and 1 deletions
|
|
@ -2020,7 +2020,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
if (status == "checkRegister")
|
||||
{
|
||||
var subject = "แจ้งผลการสมัครสอบคัดเลือก " + exam.Name;
|
||||
var body = candidate.FirstName + " " + candidate.LastName + " สถานะการสมัครสอบ: รอยืนยันสถานะการสมัคร";
|
||||
var body = candidate.FirstName + " " + candidate.LastName + " สถานะการสมัครสอบ: ได้รับใบสมัครแล้ว";
|
||||
if (candidate.Email != null && candidate.Email != "") _mailService.SendMailToUser(subject, body, candidate.Email);
|
||||
if (candidate.RegisterDate == null)
|
||||
candidate.RegisterDate = DateTime.Now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue