最高学历、最高学位字段获取调整

This commit is contained in:
dxfeng 2024-07-12 13:16:46 +08:00
parent 275aa12e2f
commit d73f6d02d9
1 changed files with 7 additions and 0 deletions

View File

@ -469,6 +469,13 @@ public class ResumeIdentifyServiceImpl extends Service implements ResumeIdentify
// 最高学历专业
rs.put("zgxlzy", lastMap.get("zy"));
// 最高学历
String zgxl = lastMap.get("xl");
String zgxlId = getEducationLevelId(zgxl);
rs.put("zgxl", zgxlId);
// 最高学位
rs.put("zgxw", lastMap.get("xw"));
// 原始简历ID
int secCategory = Convert.toInt(bb.getPropValue("resume_qianliling", "RESUMES_CATEGORY"));
int docId = createDocId(secCategory, imageFileId, user);