no message
This commit is contained in:
parent
a11b6f152c
commit
3e37cfda83
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue