generated from dxfeng/secondev-chapanda-feishu
BUG-OCR,性别为空默认值
This commit is contained in:
parent
77bb6c926e
commit
f93e045ece
|
|
@ -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("体重");
|
||||
|
|
|
|||
Loading…
Reference in New Issue