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

This commit is contained in:
dxfeng 2024-07-12 14:20:49 +08:00
parent d73f6d02d9
commit a50dd95ede
1 changed files with 1 additions and 2 deletions

View File

@ -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"));