From 433a64203c4c1f10a2264980b2b85e14579dc640 Mon Sep 17 00:00:00 2001
From: lichuanyang <1176537920@qq.com>
Date: Fri, 14 Mar 2025 18:28:52 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../yudao-module-inspect-biz/pom.xml | 24 ++++++++++
.../InspectPatientController.java | 4 +-
.../InspectPatientServiceImpl.java | 46 ++++++++++++++++---
3 files changed, 65 insertions(+), 9 deletions(-)
diff --git a/yudao-module-inspect/yudao-module-inspect-biz/pom.xml b/yudao-module-inspect/yudao-module-inspect-biz/pom.xml
index 259ec43..1572da7 100644
--- a/yudao-module-inspect/yudao-module-inspect-biz/pom.xml
+++ b/yudao-module-inspect/yudao-module-inspect-biz/pom.xml
@@ -84,5 +84,29 @@
poi-ooxml
5.2.3
+
+
+
+ org.jodconverter
+ jodconverter-core
+ 4.2.0
+
+
+ org.jodconverter
+ jodconverter-local
+ 4.2.0
+
+
+ org.jodconverter
+ jodconverter-spring-boot-starter
+ 4.2.0
+
+
+
+
+ org.libreoffice
+ ridl
+ 5.4.2
+
\ No newline at end of file
diff --git a/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java b/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java
index 2135a3e..b69d7c7 100644
--- a/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java
+++ b/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java
@@ -656,14 +656,14 @@ public class InspectPatientController {
@GetMapping("/createPatientInspectDataReport")
@Operation(summary = "创建患者体检报告单")
- public CommonResult