fixbug โอนคนไปบรรจุ (#7)
Co-authored-by: harid <harid_pr61@live.rmutl.com>
This commit is contained in:
parent
6e9fb4b368
commit
b16678a760
2 changed files with 25 additions and 19 deletions
|
|
@ -2171,7 +2171,11 @@ namespace BMA.EHR.Recruit.Service.Controllers
|
|||
: ""
|
||||
: "",
|
||||
ExamResult = sr == null ? "" : sr.ExamStatus,
|
||||
ExamAttribute = _recruitService.CheckValidCertificate(p.Certificates.First().IssueDate, 5) ? "มีคุณสมบัติ" : "ไม่มีคุณสมบัติ",
|
||||
ExamAttribute = p.Certificates.Count > 0 ?
|
||||
_recruitService.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