generated from dxfeng/secondev-chapanda-feishu
BUG-OCR 年龄问题
This commit is contained in:
parent
29c56c3c35
commit
7a8ff3b308
|
|
@ -178,7 +178,9 @@ public class ResumeRecognitionServiceImpl extends Service implements ResumeRecog
|
|||
dataMap.put("sjhm", sjhm);
|
||||
// 年龄
|
||||
String nl = personalInformation.getString("年龄");
|
||||
dataMap.put("nl", nl);
|
||||
if(StringUtils.isNotBlank(nl)) {
|
||||
dataMap.put("nl", nl);
|
||||
}
|
||||
// 出生日期
|
||||
String csrq = personalInformation.getString("出生日期");
|
||||
dataMap.put("csrq", parseDateObject(csrq));
|
||||
|
|
|
|||
Loading…
Reference in New Issue