|
@@ -27,7 +27,7 @@ public class PRE0333 extends QCCatalogue {
|
|
|
}
|
|
|
for (OperationDoc operationDoc : operationDocs) {
|
|
|
if (operationDoc.getPreoperativeDiscussionDoc() != null
|
|
|
- && StringUtil.isNotBlank(operationDoc.getPreoperativeDiscussionDoc().getStructureMap().get("主要术中、术后风险及防范措施"))) {
|
|
|
+ && StringUtil.isEmpty(operationDoc.getPreoperativeDiscussionDoc().getStructureMap().get("主要术中、术后风险及防范措施"))) {
|
|
|
status.set("-1");
|
|
|
}
|
|
|
}
|