fix bug โอนคนไปบรรจุ (#4)
Co-authored-by: harid <harid_pr61@live.rmutl.com>
This commit is contained in:
parent
ecd794a070
commit
0a42e68b28
2 changed files with 25 additions and 19 deletions
|
|
@ -2216,7 +2216,11 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
|
|||
: ""
|
||||
: "",
|
||||
ExamResult = sr == null ? "" : sr.ExamStatus,
|
||||
ExamAttribute = _disableService.CheckValidCertificate(p.Certificates.First().IssueDate, 5) ? "มีคุณสมบัติ" : "ไม่มีคุณสมบัติ",
|
||||
ExamAttribute = p.Certificates.Count > 0 ?
|
||||
_disableService.CheckValidCertificate(p.Certificates.First().IssueDate, 5)
|
||||
? "มีคุณสมบัติ"
|
||||
: "ไม่มีคุณสมบัติ"
|
||||
: "ไม่มีคุณสมบัติ",
|
||||
IsSpecial = p.Isspecial,
|
||||
Remark = p.Remark,
|
||||
University = p.Educations.First().University,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue