|
@@ -36,7 +36,7 @@ public class OPE0323 extends QCCatalogue {
|
|
|
long count = operationDocs.stream().filter(operationDoc -> {
|
|
|
boolean flag = false;
|
|
|
if (operationDoc.getOperationRecordDoc() != null) {
|
|
|
- String surgeon = operationDoc.getOperationRecordDoc().getStructureMap().get("手术医师");
|
|
|
+ String surgeon = operationDoc.getOperationRecordDoc().getStructureMap().get("主刀医师");
|
|
|
String assist1 = operationDoc.getOperationRecordDoc().getStructureMap().get("一助");
|
|
|
String signature = operationDoc.getOperationRecordDoc().getStructureMap().get("主刀医师签名");
|
|
|
if (StringUtil.isNotBlank(surgeon) && StringUtil.isNotBlank(assist1)) {
|