From 3e37cfda83ae1727f6d59026026d30d3a8dda1a6 Mon Sep 17 00:00:00 2001 From: kittapath Date: Mon, 3 Mar 2025 15:18:17 +0700 Subject: [PATCH] no message --- src/controllers/ImportDataController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/ImportDataController.ts b/src/controllers/ImportDataController.ts index 39741806..1d4843cf 100644 --- a/src/controllers/ImportDataController.ts +++ b/src/controllers/ImportDataController.ts @@ -1286,6 +1286,7 @@ export class ImportDataController extends Controller { education.profileId = _item.id; education.degree = educationCode ? educationCode.EDUCATION_NAME : null_; education.field = hrMajorCode ? hrMajorCode.MAJOR_NAME : null_; + education.educationLevel = hrFundCourseCode ? hrFundCourseCode.FUND_COURSE_NAME : null_; education.educationLevelId = hrFundCourseCode ? hrFundCourseCode.refId : null_; education.institute = item.INSTITUE; education.level = item.EDUCATION_SEQ ? null_ : Number(item.EDUCATION_SEQ);