|
@@ -245,14 +245,14 @@ public class ChangxDocTrans extends DocTrans {
|
|
|
// .map(operationDoc -> operationDoc.getOperationInformedConsentDoc().getPageData())
|
|
|
// .collect(Collectors.toList())
|
|
|
// );
|
|
|
- inputInfo.getPageData().put(
|
|
|
- "手术安全核查表",
|
|
|
- inputInfo.getOperationDocs()
|
|
|
- .stream()
|
|
|
- .filter(operationDoc -> operationDoc != null && operationDoc.getOperationSafetyChecklistDoc() != null)
|
|
|
- .map(operationDoc -> operationDoc.getOperationSafetyChecklistDoc().getPageData())
|
|
|
- .collect(Collectors.toList())
|
|
|
- );
|
|
|
+// inputInfo.getPageData().put(
|
|
|
+// "手术安全核查表",
|
|
|
+// inputInfo.getOperationDocs()
|
|
|
+// .stream()
|
|
|
+// .filter(operationDoc -> operationDoc != null && operationDoc.getOperationSafetyChecklistDoc() != null)
|
|
|
+// .map(operationDoc -> operationDoc.getOperationSafetyChecklistDoc().getPageData())
|
|
|
+// .collect(Collectors.toList())
|
|
|
+// );
|
|
|
}
|
|
|
if (inputInfo.getTransferRecordDocs() != null) {
|
|
|
if (ListUtil.isNotEmpty(inputInfo.getTransferRecordDocs().getTransferIntoDocs())) {
|