|
@@ -33,6 +33,7 @@ public class OPE0646 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;
|
|
|
}
|