fix ใบสมัครสอบ
This commit is contained in:
parent
d1bda77fa9
commit
b1afbe53ef
2 changed files with 107 additions and 77 deletions
|
|
@ -3541,7 +3541,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
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)
|
||||
EditorConfirms = candidate.GetType().GetProperty("EditorConfirms").GetValue(candidate)
|
||||
};
|
||||
|
||||
var data = new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue