import mis

This commit is contained in:
mamoss 2025-07-23 15:06:50 +07:00
parent ee2221b719
commit 4e0aa32f7f
2 changed files with 9 additions and 9 deletions

View file

@ -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;

View file

@ -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,