update commander

This commit is contained in:
AdisakKanthawilang 2025-04-21 15:48:29 +07:00
parent 38b67ebc38
commit 3d71a22002
3 changed files with 71 additions and 13 deletions

View file

@ -359,7 +359,7 @@ export class ReoportController {
dateRetireLaw: dateRetireLaw
? Extension.ToThaiNumber(Extension.ToThaiShortDate(new Date(dateRetireLaw)))
: "-",
subject: evaluation.subject != null ? evaluation.subject : "-",
subject: evaluation.subject != null ? evaluation.subject[0] : "-",
subjectOld: subjectOld,
educations:
evaluation.education.length > 0