Merge branch '20231124' of http://221.226.25.34:3000/dxfeng/weaver-hrm-recruit into V1/职位发布SDK升级

This commit is contained in:
dxfeng 2024-07-04 15:44:35 +08:00
commit 499fb49a23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public class ResumeIdentifyServiceImpl extends Service implements ResumeIdentify
} else if("".equals(xb)){
dataMap.put("xb", 0);
}else{
dataMap.put("xb", "");
dataMap.put("xb", null);
}
// 体重KG
String tz = personalInformation.getString("体重");