|
@@ -39,6 +39,7 @@ public class OPE0358 extends QCCatalogue {
|
|
|
long count = operationDocs.stream().filter(operationDoc -> {
|
|
|
boolean flag = false;
|
|
|
if (operationDoc.getOperationRecordDoc() != null
|
|
|
+ && operationDoc.getOperationRecordDoc().getStructureMap().containsKey("术后诊断")
|
|
|
&& StringUtil.isBlank(operationDoc.getOperationRecordDoc().getStructureMap().get("术后诊断"))) {
|
|
|
flag = true;
|
|
|
}
|