From 4e0aa32f7f14b91f8d2a297d87bce7fa8d70de9d Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Wed, 23 Jul 2025 15:06:50 +0700 Subject: [PATCH] import mis --- src/controllers/ImportDataController.ts | 6 +++--- src/entities/HR_POSITION_EMPLOYEETEMP.ts | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/controllers/ImportDataController.ts b/src/controllers/ImportDataController.ts index 25532954..dc3dc2e2 100644 --- a/src/controllers/ImportDataController.ts +++ b/src/controllers/ImportDataController.ts @@ -1925,9 +1925,9 @@ export class ImportDataController extends Controller { // ? _null // : Number(item.SAL_POS_AMOUNT_2); // profileSalary.positionSalaryAmount = sal_pos_amount_1 ?? sal_pos_amount_2; - const special_amt: any = - item.SPECIAL_AMT == null || item.SPECIAL_AMT == "" ? _null : Number(item.SPECIAL_AMT); - profileSalary.amountSpecial = special_amt; + // const special_amt: any = + // item.SPECIAL_AMT == null || item.SPECIAL_AMT == "" ? _null : Number(item.SPECIAL_AMT); + // profileSalary.amountSpecial = special_amt; profileSalary.posNumCodeSit = item.POS_NUM_CODE_SIT; profileSalary.posNumCodeSitAbb = item.POS_NUM_CODE_SIT_ABB; diff --git a/src/entities/HR_POSITION_EMPLOYEETEMP.ts b/src/entities/HR_POSITION_EMPLOYEETEMP.ts index 170db661..fd4d4d15 100644 --- a/src/entities/HR_POSITION_EMPLOYEETEMP.ts +++ b/src/entities/HR_POSITION_EMPLOYEETEMP.ts @@ -189,12 +189,12 @@ export class HR_POSITION_EMPLOYEETEMP { // }) // SAL_POS_AMOUNT_2: string; - @Column({ - nullable: true, - type: "text", - default: null, - }) - SPECIAL_AMT: string; + // @Column({ + // nullable: true, + // type: "text", + // default: null, + // }) + // SPECIAL_AMT: string; @Column({ nullable: true,