|
@@ -28,7 +28,7 @@ public class FIRP0520 extends QCCatalogue {
|
|
|
Map<String, String> structureMap_fpr = firstPageRecordDoc.getStructureMap();
|
|
|
String bhPhone = structureMap_bh.get("电话");
|
|
|
String fprPhone = structureMap_fpr.get(Content.current_address_phone);
|
|
|
- if (StringUtil.isBlank(bhPhone) || StringUtil.isBlank(fprPhone)) {
|
|
|
+ if (StringUtil.isBlank(bhPhone) || StringUtil.isBlank(fprPhone) || fprPhone.equals("-")) {
|
|
|
return;
|
|
|
}
|
|
|
if (!bhPhone.equals(fprPhone)) {
|