|
@@ -40,9 +40,8 @@ public class OPE0358 extends QCCatalogue {
|
|
long count = operationDocs.stream().filter(operationDoc -> {
|
|
long count = operationDocs.stream().filter(operationDoc -> {
|
|
boolean flag = false;
|
|
boolean flag = false;
|
|
String key = getKeyByHospitalId();
|
|
String key = getKeyByHospitalId();
|
|
- String str = operationDoc.getOperationRecordDoc().getStructureMap().get(key);
|
|
|
|
if (operationDoc.getOperationRecordDoc() != null
|
|
if (operationDoc.getOperationRecordDoc() != null
|
|
- && StringUtil.isBlank(str)) {
|
|
|
|
|
|
+ && StringUtil.isBlank(operationDoc.getOperationRecordDoc().getStructureMap().get(key))) {
|
|
flag = true;
|
|
flag = true;
|
|
}
|
|
}
|
|
return flag;
|
|
return flag;
|