소스 검색

联系电话与入院记录不一致 修改

rengb 5 년 전
부모
커밋
41281d31dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstpagerecord/FIRP0520.java

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstpagerecord/FIRP0520.java

@@ -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)) {