Selaa lähdekoodia

宁波中医院:规则更新

wangsy 3 vuotta sitten
vanhempi
commit
ebcdb1adf9

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/medicalwriting/MEDI03169.java

@@ -29,7 +29,7 @@ public class MEDI03169 extends QCCatalogue {
         }
         boolean flag = true;
         for (InformedConsentDoc informedConsentDoc : informedConsentDocs) {
-            if (informedConsentDoc.getStructureMap() != null) {
+            if (informedConsentDoc.getStructureMap() == null) {
                 continue;
             }
             if (StringUtil.isNotEmpty(informedConsentDoc.getStructureMap().get("标题"))) {

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/medicalwriting/MEDI03170.java

@@ -29,7 +29,7 @@ public class MEDI03170 extends QCCatalogue {
         }
         boolean flag = true;
         for (InformedConsentDoc informedConsentDoc : informedConsentDocs) {
-            if (informedConsentDoc.getStructureMap() != null) {
+            if (informedConsentDoc.getStructureMap() == null) {
                 continue;
             }
             if (StringUtil.isNotEmpty(informedConsentDoc.getStructureMap().get("标题"))) {