|
@@ -27,7 +27,8 @@ public class PRE0334 extends QCCatalogue {
|
|
}
|
|
}
|
|
for (OperationDoc operationDoc : operationDocs) {
|
|
for (OperationDoc operationDoc : operationDocs) {
|
|
if (operationDoc.getPreoperativeDiscussionDoc() != null
|
|
if (operationDoc.getPreoperativeDiscussionDoc() != null
|
|
- && StringUtil.isEmpty(operationDoc.getPreoperativeDiscussionDoc().getStructureMap().get("术中、术后注意事项(含护理事项)"))) {
|
|
|
|
|
|
+ && StringUtil.isEmpty(operationDoc.getPreoperativeDiscussionDoc().getStructureMap().get("术中、术后注意事项(含护理事项)"))
|
|
|
|
+ && StringUtil.isEmpty(operationDoc.getPreoperativeDiscussionDoc().getStructureMap().get("术中术后注意事项(含护理事项)") )) {
|
|
status.set("-1");
|
|
status.set("-1");
|
|
}
|
|
}
|
|
}
|
|
}
|