|
@@ -26,9 +26,9 @@ public class BEH0423 extends QCCatalogue {
|
|
|
Map<String, String> firstStructMap = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
|
if (bhStructureMap != null && firstStructMap != null) {
|
|
|
String phone = bhStructureMap.get("电话");
|
|
|
- String contactPhone = firstStructMap.get(Content.contact_phone);
|
|
|
- if (!CatalogueUtil.isEmpty(phone) && !CatalogueUtil.isEmpty(contactPhone)) {
|
|
|
- if (!phone.equals(contactPhone)) {
|
|
|
+ String currentAddressPhone = firstStructMap.get("现住址电话");
|
|
|
+ if (!CatalogueUtil.isEmpty(phone) && !CatalogueUtil.isEmpty(currentAddressPhone)) {
|
|
|
+ if (!phone.equals(currentAddressPhone)) {
|
|
|
status.set("-1");
|
|
|
}
|
|
|
}
|