This commit is contained in:
kittapath 2025-03-06 15:18:43 +07:00
parent 990d80e64d
commit f38e5b26f0
3 changed files with 108 additions and 108 deletions

View file

@ -1289,7 +1289,7 @@ export class ImportDataController extends Controller {
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);
education.level = item.EDUCATION_SEQ ? Number(item.EDUCATION_SEQ) : null_;
education.startDate = startDate;
education.endDate = endDate;
education.createdUserId = request.user.sub;