From aaf7944f01a36e8f6752b711b60ddf6279b4181e Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 5 Feb 2025 14:19:14 +0700 Subject: [PATCH] fix #1043 --- src/controllers/ReportController.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index d183dc8..2ad6c7d 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -5307,9 +5307,9 @@ export class ReportController extends Controller { positionSalaryAmount: profile.positionSalaryAmount ? Extension.ToThaiNumber(profile.positionSalaryAmount.toLocaleString()) : "-", - reason1: null, //เหตุผลที่ไม่ได้เลื่อนขั้น - reason2: null, //เหตุผลที่ไม่ได้เลื่อนขั้น - reason3: null, //เหตุผลที่ไม่ได้เลื่อนขั้น + reason1: "-", //เหตุผลที่ไม่ได้เลื่อนขั้น + reason2: "-", //เหตุผลที่ไม่ได้เลื่อนขั้น + reason3: "-", //เหตุผลที่ไม่ได้เลื่อนขั้น score: profile.result ? Extension.ToThaiNumber(profile.result) : "-", reason: profile.remark, };