generated from dxfeng/secondev-chapanda-feishu
Merge branch 'secondary/ldkj' of http://221.226.25.34:3000/dxfeng/weaver-hrm-recruit into secondary/ldkj
This commit is contained in:
commit
a2114cf2ca
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue