From def0bb425a3ba0d70709c14ef1cddbf443a4bb33 Mon Sep 17 00:00:00 2001 From: Bright Date: Thu, 13 Mar 2025 16:19:04 +0700 Subject: [PATCH] fix fullName --- src/controllers/ReportController.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 : "-",