@@ -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("标题"))) {
@@ -29,7 +29,7 @@ public class MEDI03170 extends QCCatalogue {