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