generated from dxfeng/secondev-chapanda-feishu
最高学历、最高学位字段获取调整
This commit is contained in:
parent
275aa12e2f
commit
d73f6d02d9
|
|
@ -469,6 +469,13 @@ public class ResumeIdentifyServiceImpl extends Service implements ResumeIdentify
|
||||||
// 最高学历专业
|
// 最高学历专业
|
||||||
rs.put("zgxlzy", lastMap.get("zy"));
|
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
|
// 原始简历ID
|
||||||
int secCategory = Convert.toInt(bb.getPropValue("resume_qianliling", "RESUMES_CATEGORY"));
|
int secCategory = Convert.toInt(bb.getPropValue("resume_qianliling", "RESUMES_CATEGORY"));
|
||||||
int docId = createDocId(secCategory, imageFileId, user);
|
int docId = createDocId(secCategory, imageFileId, user);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue