|
@@ -39,7 +39,7 @@ public class OPE0356 extends QCCatalogue {
|
|
long count = operationDocs.stream().filter(operationDoc -> {
|
|
long count = operationDocs.stream().filter(operationDoc -> {
|
|
boolean flag = false;
|
|
boolean flag = false;
|
|
if (operationDoc.getOperationRecordDoc() != null
|
|
if (operationDoc.getOperationRecordDoc() != null
|
|
- && StringUtil.isBlank(operationDoc.getOperationRecordDoc().getStructureMap().get("麻醉方式"))) {
|
|
|
|
|
|
+ && StringUtil.isBlank(operationDoc.getOperationRecordDoc().getStructureMap().get("麻醉方法"))) {
|
|
flag = true;
|
|
flag = true;
|
|
}
|
|
}
|
|
return flag;
|
|
return flag;
|