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