Merge branch 'secondary/ldkj' of http://221.226.25.34:3000/dxfeng/weaver-hrm-recruit into secondary/ldkj

This commit is contained in:
dxfeng 2024-07-25 13:50:14 +08:00
commit a2114cf2ca
1 changed files with 6 additions and 0 deletions

View File

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