BUG-OCR,性别为空默认值

This commit is contained in:
dxfeng 2024-07-04 15:44:16 +08:00
parent 77bb6c926e
commit f93e045ece
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("体重");