fix ใบสมัครสอบคัดเลือก #2016, #2017, #2018
Some checks failed
release-dev / release-dev (push) Failing after 11s
Some checks failed
release-dev / release-dev (push) Failing after 11s
This commit is contained in:
parent
65e85b7194
commit
842ed531f5
3 changed files with 22 additions and 0 deletions
|
|
@ -3540,6 +3540,8 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
RegisterDate = candidate.GetType().GetProperty("RegisterDate").GetValue(candidate),
|
||||
Url = picContent ?? "https://bma-ehr.frappet.synology.me/assets/avatar_user-89f22423.jpg",
|
||||
Careers = careers,
|
||||
IsBachelors = candidate.GetType().GetProperty("IsBachelors").GetValue(candidate),
|
||||
EditorConfirm = candidate.GetType().GetProperty("EditorConfirm").GetValue(candidate)
|
||||
};
|
||||
|
||||
var data = new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue