add posexcutive date
This commit is contained in:
parent
180cdd225e
commit
f781af3151
7 changed files with 984 additions and 155 deletions
|
|
@ -1269,7 +1269,9 @@ export class ImportDataController extends Controller {
|
|||
|
||||
education.level = educationLevel == null ? 1 : educationLevel.level + 1;
|
||||
education.profileId = _item.id;
|
||||
education.degree = educationCode ? educationCode.EDUCATION_NAME : "";
|
||||
education.degree = educationCode ? educationCode.EDUCATION_ABB_NAME : "";
|
||||
// education.degree = educationCode ? educationCode.MAJOR_NAME: "";
|
||||
// education.degree = educationCode ? educationCode.FUND_COURSE_CODE: "";
|
||||
education.institute = item.INSTITUE;
|
||||
education.level = item.EDUCATION_SEQ ? null_ : Number(item.EDUCATION_SEQ);
|
||||
education.startDate = startDate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue