|
@@ -25,6 +25,10 @@ public class FIRP0162 extends QCCatalogue {
|
|
|
status.set("0");
|
|
|
if (inputInfo.getFirstPageRecordDoc() != null && inputInfo.getFirstPageRecordDoc().getStructureMap() != null) {
|
|
|
Map<String, String> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
|
+ String country = firstpageStructureMap.get("国籍");
|
|
|
+ if (StringUtil.isNotBlank(country) && !"中国".equals(country)) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
String idNumber = firstpageStructureMap.get(Content.idNumber);
|
|
|
if (StringUtil.isNotBlank(idNumber)) {
|
|
|
for (String word : containList) {
|