generated from dxfeng/secondev-chapanda-feishu
最高学历、最高学位字段获取调整
This commit is contained in:
parent
d73f6d02d9
commit
a50dd95ede
|
|
@ -471,8 +471,7 @@ public class ResumeIdentifyServiceImpl extends Service implements ResumeIdentify
|
|||
|
||||
// 最高学历
|
||||
String zgxl = lastMap.get("xl");
|
||||
String zgxlId = getEducationLevelId(zgxl);
|
||||
rs.put("zgxl", zgxlId);
|
||||
rs.put("zgxl", zgxl);
|
||||
// 最高学位
|
||||
rs.put("zgxw", lastMap.get("xw"));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue