From 4d9053dcdc9d978f180cd9fd39ede6f52dd8a071 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 29 May 2024 10:14:11 +0700 Subject: [PATCH] no message --- src/controllers/ProfileController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 14299b1d..f51adc5b 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -424,7 +424,7 @@ export class ProfileController extends Controller { RefAll: item.refCommandNo ?? null, PositionType: item.positionType ?? null, PositionLevel: item.positionLevel ?? null, - PositionAmount: item.positionSalaryAmount ?? null, + PositionAmount: item.positionSalaryAmount == null? null: item.positionSalaryAmount.toString(), FullName: `${profiles?.prefix} ${profiles?.firstName} ${profiles?.lastName}`, OcFullPath: `${_child4}${_child3}${_child2}${_child1}${_root}`, }));