diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index f64e7cf..21c161a 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -279,10 +279,7 @@ export class ReoportController { isHaveMinPeriodOrHoldPos: evaluation.isHaveMinPeriodOrHoldPos, type: evaluation.type, prefix: evaluation.prefix, - fullName: - evaluation.prefix && evaluation.fullName - ? `${evaluation.prefix}${evaluation.fullName}` - : "-", + fullName: evaluation.fullName ? `${evaluation.fullName}` : "-", position: evaluation.position ? evaluation.position : "-", posNo: evaluation.posNo ? Extension.ToThaiNumber(evaluation.posNo) : "-", oc: evaluation.oc ? evaluation.oc : "-",